添加协议
This commit is contained in:
parent
bf4e4fad50
commit
33eeeb25f8
@ -122,6 +122,7 @@ enum BuffEffectType_e
|
|||||||
kBET_Camouflage = 5, //伪装
|
kBET_Camouflage = 5, //伪装
|
||||||
kBET_AdPlaying = 6, //看广告中
|
kBET_AdPlaying = 6, //看广告中
|
||||||
kBET_LordMode = 7, //上帝模式
|
kBET_LordMode = 7, //上帝模式
|
||||||
|
kBET_NewBieMode = 8, //新手模式血量低于50%
|
||||||
kBET_OnceChgAttr = 11, //一次性buff
|
kBET_OnceChgAttr = 11, //一次性buff
|
||||||
kBET_End
|
kBET_End
|
||||||
};
|
};
|
||||||
|
@ -83,6 +83,7 @@ struct PlayerStats
|
|||||||
|
|
||||||
int gold = 0;
|
int gold = 0;
|
||||||
int score = 0;
|
int score = 0;
|
||||||
|
std::vector<std::pair<int, int>> items;
|
||||||
int pass_score = 0;
|
int pass_score = 0;
|
||||||
int rank_score = 0;
|
int rank_score = 0;
|
||||||
|
|
||||||
|
@ -573,6 +573,7 @@ message MFPlayerStats
|
|||||||
|
|
||||||
optional int32 gold = 10; //金币
|
optional int32 gold = 10; //金币
|
||||||
optional int32 score = 11; //积分
|
optional int32 score = 11; //积分
|
||||||
|
repeated MFPair items = 6; //奖励道具 key:item_id value:数量
|
||||||
optional int32 pass_score = 9; //通行证积分
|
optional int32 pass_score = 9; //通行证积分
|
||||||
optional int32 rank_score = 13; //排名积分
|
optional int32 rank_score = 13; //排名积分
|
||||||
optional bool has_pass = 27; //是否有通行证
|
optional bool has_pass = 27; //是否有通行证
|
||||||
|
Loading…
x
Reference in New Issue
Block a user