| PlayerInfostate Property |
Player state (ready, game, dead or gameover)
Namespace:
INF1771_GameClient.dto
Assembly:
INF1771_GameClient (in INF1771_GameClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public PlayerInfoState state { get; set; }
public:
property PlayerInfoState state {
PlayerInfoState get ();
void set (PlayerInfoState value);
}
Property Value
Type:
PlayerInfoStateSee Also