Cronous Emulation Server Daemon

Client.game_server Property

Gets the game server.

[Visual Basic]
Public Property ReadOnly game_server As GameServer
[C#]
public GameServer game_server { get; }
[C++]
public: __property GameServer* get_game_server();
[JScript]
public function get game_server() : GameServer

See Also

Client Class | croemud.game Namespace