Namespace: BlocksAssembly: Blocks (in Blocks.exe) Version: 1.1.1.0 (1.1.1)
public bool GameRunning { get; set; }
public bool GameRunning { get; set; }
Public Property GameRunning As Boolean
Get
Set
Public Property GameRunning As Boolean
Get
Set
public:
property bool GameRunning {
bool get ();
void set (bool value);
}
public:
property bool GameRunning {
bool get ();
void set (bool value);
}
member GameRunning : bool with get, set
member GameRunning : bool with get, set
Property Value
Type:
Boolean