fix: compiler warnings
This commit is contained in:
@@ -13,7 +13,7 @@ private:
|
||||
game::TeamColor m_TeamColor = game::TeamColor::None;
|
||||
|
||||
std::uint32_t m_Gold = 0;
|
||||
std::int32_t m_EXP;
|
||||
std::int32_t m_EXP = 0;
|
||||
std::string m_Name;
|
||||
std::uint8_t m_ID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user