Browse Source

增加赛事推送协议号

johnclot69 4 months ago
parent
commit
f229dda1a2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      incubator-message/src/main/proto/CommonProto.proto

+ 3 - 0
incubator-message/src/main/proto/CommonProto.proto

@@ -92,6 +92,9 @@ enum Cmd {
     OtherPlayCards = 900020;    // 其他玩家出牌通知
     DisbandRoom = 900022;       // 解散房间推送
 
+    MatchPreparationStart = 900024; // 赛事准备开始推送
+    MatchOfficialStart = 900026;   // 赛事正式开始推送
+
     ShopUpdate = 900016;        // 商城更新推送
     BagUpdate = 900018;         // 背包更新推送
     ErrorRes = 910000;          // 错误响应(服务器)