1
This commit is contained in:
parent
00ef4b98a3
commit
d31d50564a
@ -87,6 +87,7 @@ struct BattleDataContext
|
||||
int GetBattleTimes();
|
||||
|
||||
int GetHonor();
|
||||
int GetElo() { return elo_; }
|
||||
|
||||
private:
|
||||
void Clear();
|
||||
@ -116,6 +117,7 @@ private:
|
||||
int skin_id_ = 0;
|
||||
int level_ = 0;
|
||||
int hero_lv_ = 0;
|
||||
int elo_ = 0;
|
||||
|
||||
int current_get_star_ = 0;
|
||||
int battle_times_ = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user