竞猜成功通知
parent
146a7019f3
commit
4d55256880
|
@ -126,6 +126,14 @@ import "CommonProto.proto";
|
|||
repeated ChampionBattlePairInfo championBattlePairInfo=1;
|
||||
}
|
||||
|
||||
message ChampionGuessSuccessIndication{
|
||||
optional int32 roundTimes =1;
|
||||
optional int32 itemId = 2;
|
||||
optional int32 itemNum = 3;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -149,6 +149,8 @@ enum MessageType{
|
|||
CHAMPION_VIEW_FINAL_REQUEST = 10218; //查看32强
|
||||
CHAMPION_VIEW_FINAL_RESPONSE = 10219;
|
||||
|
||||
CHAMPION_GUESS_SUCCESS_INDICATION = 10220; // 竞猜成功通知
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue