Cronous Emulation Server Daemon

Server.instance Property

Gets the instance of server (singleton).

[Visual Basic]
Shared Public Property ReadOnly instance As Server
[C#]
public static Server instance { get; }
[C++]
public: static __property Server* get_instance();
[JScript]
public static function get instance() : Server

See Also

Server Class | croemud.game Namespace