Namespace: GhostWarsAssembly: GhostWars (in GhostWars.exe) Version: 1.1.1.0 (1.1.1)
public static GameState State { get; set; }
public static GameState State { get; set; }
Public Shared Property State As GameState
Get
Set
Public Shared Property State As GameState
Get
Set
public:
static property GameState State {
GameState get ();
void set (GameState value);
}
public:
static property GameState State {
GameState get ();
void set (GameState value);
}
static member State : GameState with get, set
static member State : GameState with get, set
Property Value
Type:
GameState