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, kPropLevelUp = 56,
kPropBoxNum = 57, kPropBoxNum = 57,
kPropShowOrHideBigEventBox = 58,
}; };
enum SkinSlot_e enum SkinSlot_e

View File

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

View File

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

View File

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