xy hace 3 semanas
padre
commit
d34b11d0e6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;