style: more space

This commit is contained in:
2022-02-16 16:32:05 +01:00
parent 790237a1b5
commit 387cff36ad

View File

@@ -20,6 +20,7 @@ private:
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; }