xy 3 weeks ago
parent
commit
d34b11d0e6
1 changed files with 2 additions and 0 deletions
  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;