Player.TotalPieces Property

Simplexity

PlayerTotalPieces Property

The total number of pieces given to the player

Namespace:  Simplexity_Game
Assembly:  Simplexity_Game (in Simplexity_Game.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public short TotalPieces { get; }
Public ReadOnly Property TotalPieces As Short
	Get
public:
property short TotalPieces {
	short get ();
}
member TotalPieces : int16 with get

Property Value

Type: Int16
See Also