This commit is contained in:
aozhiwei 2024-08-18 10:38:59 +08:00
parent a411b20b6f
commit 4f7315ce8a
4 changed files with 9 additions and 0 deletions

View File

@ -283,6 +283,7 @@ enum PropertyType_e
kPropLevelUp = 56,
kPropBoxNum = 57,
kPropShowOrHideBigEventBox = 58,
};
enum SkinSlot_e

View File

@ -1377,3 +1377,8 @@ bool BattleDataContext::HasWing()
}
return false;
}
bool BattleDataContext::HideBigEventBox()
{
return false;
}

View File

@ -94,6 +94,7 @@ struct BattleDataContext
int GetCurrentGetStar();
int GetBattleTimes();
bool HasWing();
bool HideBigEventBox();
int GetHonor();
int GetElo() { return elo_; }

View File

@ -253,6 +253,8 @@ message MFVec3
property_type: 57
value:
value2: (>0 <0 ==0)
property_type: 58 /()
value: 0: 1:
*/
message MFPropertyChg
{