xy 13 giờ trước cách đây
mục cha
commit
41ae947e43
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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,
 }