更新玩家信息

master_huanxiang
wangyuan 2019-08-13 14:58:19 +08:00
parent 906590cdc2
commit 6e5d834841
2 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

@ -465,3 +465,8 @@ import "CommonProto.proto";
optional int32 type = 1; // 1 :
}
message UpdateUserExpIndicaiton{
optional int32 level = 1 ;//
optional int32 exp =2 ; //
}