style: more space
This commit is contained in:
@@ -18,8 +18,9 @@ private:
|
|||||||
PlayerID m_ID;
|
PlayerID m_ID;
|
||||||
|
|
||||||
std::uint8_t m_GoldPerSecond;
|
std::uint8_t m_GoldPerSecond;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
Player(std::uint8_t id = 0) : m_TeamColor(game::TeamColor::None), m_Gold(0), m_Exp(0), m_ID(id), m_GoldPerSecond(5) {}
|
Player(std::uint8_t id = 0) : m_TeamColor(game::TeamColor::None), m_Gold(0), m_Exp(0), m_ID(id), m_GoldPerSecond(5) {}
|
||||||
|
|
||||||
const std::string& getName() const { return m_Name; }
|
const std::string& getName() const { return m_Name; }
|
||||||
|
|||||||
Reference in New Issue
Block a user