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