1
This commit is contained in:
parent
a411b20b6f
commit
4f7315ce8a
@ -283,6 +283,7 @@ enum PropertyType_e
|
|||||||
kPropLevelUp = 56,
|
kPropLevelUp = 56,
|
||||||
|
|
||||||
kPropBoxNum = 57,
|
kPropBoxNum = 57,
|
||||||
|
kPropShowOrHideBigEventBox = 58,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum SkinSlot_e
|
enum SkinSlot_e
|
||||||
|
@ -1377,3 +1377,8 @@ bool BattleDataContext::HasWing()
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool BattleDataContext::HideBigEventBox()
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
@ -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_; }
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user