Cronous Emulation Server Daemon

GameServer.account_manager Property

Account manager.

[Visual Basic]
Public Property ReadOnly account_manager As AccountManager
[C#]
public AccountManager account_manager { get; }
[C++]
public: __property AccountManager* get_account_manager();
[JScript]
public function get account_manager() : AccountManager

See Also

GameServer Class | croemud.game Namespace