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
Player Class | croemud.game Namespace