This commit is contained in:
aozhiwei 2022-05-29 10:04:00 +08:00
parent bb84bdc29f
commit b24eb77a82

View File

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