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