| ScoreBoardconnected Property |
Is player still connected?
Namespace:
INF1771_GameClient.dto
Assembly:
INF1771_GameClient (in INF1771_GameClient.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool connected { get; set; }
public:
property bool connected {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also