1
This commit is contained in:
parent
bb84bdc29f
commit
b24eb77a82
@ -708,6 +708,26 @@ message MFEmote
|
||||
optional string msg = 5;
|
||||
}
|
||||
|
||||
//英雄结算信息
|
||||
message MFHeroStats
|
||||
{
|
||||
optional string hero_unnid = 1; //英雄唯一id
|
||||
optional string hero_name = 2; //英雄名称
|
||||
optional int32 hero_id = 3; //英雄唯id
|
||||
optional int32 reward_ceg = 4; //英雄获得的ceg数量
|
||||
optional int32 ceg_uplimit = 5; //英雄获得的ceg数量上限
|
||||
}
|
||||
|
||||
//武器结算信息
|
||||
message MFWeaponStats
|
||||
{
|
||||
optional string weapon_unnid = 60; //武器唯一id
|
||||
optional string weapon_name = 6; //武器名称
|
||||
optional int32 weapon_id = 62; //武器唯id
|
||||
optional int32 reward_ceg = 63; //武器获得的ceg数量
|
||||
optional int32 ceg_uplimit = 64; //武器获得的ceg数量上限
|
||||
}
|
||||
|
||||
//游戏结束时玩家统计信息
|
||||
message MFPlayerStats
|
||||
{
|
||||
@ -752,6 +772,9 @@ message MFPlayerStats
|
||||
optional string nickname = 43; //昵称
|
||||
|
||||
repeated MFSkin skin = 45; //皮肤id
|
||||
|
||||
optional MFHeroStats hero_stats = 46; //英雄结算信息
|
||||
optional MFWeaponStats weapons_stats = 47; //武器结算信息
|
||||
}
|
||||
|
||||
//空投
|
||||
|
Loading…
x
Reference in New Issue
Block a user