This commit is contained in:
aozhiwei 2024-04-02 15:04:50 +08:00
parent f3f66c7736
commit d183654fef

View File

@ -95,6 +95,8 @@ class PlayerStats
int ride_car_kills = 0;
int max_hero_skill_lv = 0;
float battle_score = 0;
std::map<int, WeaponStats> weapon_stats;
std::map<int, HeroStats> hero_stats;