xy 13 ore fa
parent
commit
41ae947e43
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      bin/client_msg/msg.ts

+ 5 - 0
bin/client_msg/msg.ts

@@ -30,4 +30,9 @@ export enum MsgID {
     ResLudoHistory = 27,
     ReqLudoRoomInfo = 28,
     ResLudoRoomInfo = 29,
+    ReqFriendList = 30,
+    ResFriendList = 31,
+    ReqAddFriend = 32,
+    RecvAddFriendRequest = 33,
+    OptAddFriendRequest = 34,
 }