refactor: format all files
This commit is contained in:
@@ -93,7 +93,7 @@ private:
|
||||
PlayerID m_Builder;
|
||||
protected:
|
||||
utils::Timer m_Timer;
|
||||
public:
|
||||
public:
|
||||
Tower(TowerID id, TowerType type, std::uint16_t x, std::uint16_t y, PlayerID builder) : m_ID(id), m_Type(type), m_X(x), m_Y(y), m_Builder(builder),
|
||||
m_Timer(getStats()->getDamageRate() * 1000) { // converting seconds to millis
|
||||
|
||||
|
||||
Reference in New Issue
Block a user