Click or drag to resize
Player Constructor (EnumsColor, EnumsPlayerType)
Constructs a new Player object and sets its color.

Namespace: VikingChess.Model
Assembly: VikingChess (in VikingChess.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Player(
	EnumsColor color,
	EnumsPlayerType type
)

Parameters

color
Type: VikingChess.ModelEnumsColor
color
type
Type: VikingChess.ModelEnumsPlayerType
See Also