Player.Cube Property

Simplexity

PlayerCube Property

The cubes 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 Piece Cube { get; }
Public ReadOnly Property Cube As Piece
	Get
public:
property Piece^ Cube {
	Piece^ get ();
}
member Cube : Piece with get

Property Value

Type: Piece
See Also