1
0

7 Commity b8d374f618 ... c99681d61b

Autor SHA1 Správa Dátum
  Gogs c99681d61b 123 2 dní pred
  Gogs f0bb4e35c5 Merge branch 'master' of http://120.76.130.29:3000/xx/ludo_server 2 dní pred
  Gogs 1dbb97c93c Merge branch 'master' of http://120.76.130.29:3000/xx/ludo_server 2 dní pred
  Gogs 255488da36 Merge branch 'master' of http://120.76.130.29:3000/xx/ludo_server 2 dní pred
  Gogs 0d7d9d4a03 Merge branch 'master' of http://120.76.130.29:3000/xx/ludo_server 2 dní pred
  Gogs b769020cb8 12 2 dní pred
  Gogs c6749f7f08 123 2 dní pred
1 zmenil súbory, kde vykonal 12 pridanie a 10 odobranie
  1. 12 10
      bin/client_msg/msg.ts

+ 12 - 10
bin/client_msg/msg.ts

@@ -11,14 +11,16 @@ export enum MsgID {
     ReqHeartBeat = 8,
     SendColorSz = 9,
     SendRoleMove = 10,
-    NotifyPlayerSzNumber = 11,
-    NotifyPlayerMove = 12,
-    NotifyPlayerOpt = 13,
-    NotifyPlayerStatus = 14,
-    NotifySettlement = 15,
-    MatchLudo = 16,
-    ResMatchLudo = 17,
-    NotifyUpdateRoomInfo = 18,
-    BeKickLogin = 19,
-    UpdateUserInfo = 20,
+    SendQuitRoom = 11,
+    NotifyPlayerSzNumber = 12,
+    NotifyPlayerMove = 13,
+    NotifyPlayerOpt = 14,
+    NotifyPlayerStatus = 15,
+    NotifySettlement = 16,
+    MatchLudo = 17,
+    ResMatchLudo = 18,
+    NotifyUpdateRoomInfo = 19,
+    BeKickLogin = 20,
+    UpdateUserInfo = 21,
+    ReqShop = 22,
 }