xy 3 周之前
父節點
當前提交
d34b11d0e6
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/GameClient.php

+ 2 - 0
src/GameClient.php

@@ -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;