Custom Sky Color and unify some stuff (#1779)

This commit is contained in:
Bugisoft
2023-07-20 22:46:32 +02:00
committed by GitHub
parent 248fd36542
commit 3e5cad97e9
169 changed files with 612 additions and 649 deletions

View File

@ -8,9 +8,9 @@ namespace big
std::string m_name;
std::string m_display_name;
std::string m_weapon_type;
std::uint32_t m_hash;
std::uint32_t m_reward_hash;
std::uint32_t m_reward_ammo_hash;
uint32_t m_hash;
uint32_t m_reward_hash;
uint32_t m_reward_ammo_hash;
std::vector<std::string> m_attachments;
bool m_throwable;