Cronous Emulation Server Daemon

Player.client Property

Gets the player's client.

[Visual Basic]
Public Property ReadOnly client As Client
[C#]
public Client client { get; }
[C++]
public: __property Client* get_client();
[JScript]
public function get client() : Client

See Also

Player Class | croemud.game Namespace