戒灵秘宝等级推送

master_huanxiang
lvxinran 2019-10-10 11:27:37 +08:00
parent f5238e426c
commit 8a2cc3842a
2 changed files with 5 additions and 0 deletions

View File

@ -662,6 +662,8 @@ enum MessageType{
TREASURE_REFRESH_INDICATION = 11916;//
TREASURE_LEVELUP_INDICATION = 11917;//
// U 12000
UP_HERO_LEVEL_REQUEST = 12000; //
UP_HERO_LEVEL_RESPONSE = 12001;

View File

@ -606,5 +606,8 @@ import "CommonProto.proto";
message TreasureRefreshIndication{
repeated RefreshTask tasks = 1;//
}
message TreasureLevelUpIndication{
optional int32 level = 1;//
}