|
@@ -10,7 +10,9 @@ use Common_pack\ReqLogin;
|
|
|
use Common_pack\ResEnterHall;
|
|
|
use Common_pack\ResHeartBeat;
|
|
|
use Common_pack\ResLogin;
|
|
|
+use Exception;
|
|
|
use Google\Protobuf\Internal\Message;
|
|
|
+use MsgID;
|
|
|
|
|
|
class GameClient {
|
|
|
private ?WebSocketClient $client = null;
|