更新玩家信息
parent
906590cdc2
commit
6e5d834841
|
|
@ -540,6 +540,8 @@ enum MessageType{
|
|||
UPDATE_STATE_REQUEST = 12009; // 更新客户状态
|
||||
UPDATE_STATE_RESPONSE = 12010;
|
||||
|
||||
UPDATE_USER_EXP_INDICATION = 12011 ; // 更新玩家等级经验信息
|
||||
|
||||
// V 12100
|
||||
VIEW_FIGHTREPLAY_REQUEST = 12100; // 查看战斗回放
|
||||
VIEW_FIGHTREPLAY_RESPONSE = 12101;
|
||||
|
|
|
|||
|
|
@ -465,3 +465,8 @@ import "CommonProto.proto";
|
|||
optional int32 type = 1; // 类型信息 1 : 七日狂欢领取活动
|
||||
}
|
||||
|
||||
message UpdateUserExpIndicaiton{
|
||||
optional int32 level = 1 ;// 玩家等级
|
||||
optional int32 exp =2 ; // 玩家经验
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue