Property | Type | Description | |
---|---|---|---|
IP | string | ||
hostedMaps | int[] | ||
lastPing | System.DateTime | ||
lastPong | System.DateTime | ||
ping | byte | ||
playerOnline | int | ||
port | short | ||
sClient | LoginClient | ||
worldID | int |
Method | Description | |
---|---|---|
MapServer ( int worldID, string IP, short port, LoginClient sClient, int hostedMaps, int playerOnline, byte ping ) : System |
public MapServer ( int worldID, string IP, short port, LoginClient sClient, int hostedMaps, int playerOnline, byte ping ) : System | ||
worldID | int | |
IP | string | |
port | short | |
sClient | LoginClient | |
hostedMaps | int | |
playerOnline | int | |
ping | byte | |
return | System |