Initializes a new client.
[Visual Basic] Public Sub New( _ ByVal gs As GameServer, _ ByVal cc As ClientConnection _ ) [C#] public Client( GameServer gs, ClientConnection cc ); [C++] public: Client( GameServer* gs, ClientConnection* cc ); [JScript] public function Client( GameServer gs, ClientConnection cc );
Client Class | croemud.game Namespace