refactor: format all files

This commit is contained in:
2021-10-10 12:28:32 +02:00
parent 587d611dc8
commit 5d7ec91ec5
16 changed files with 1930 additions and 1930 deletions

View File

@@ -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