remove unused function
This commit is contained in:
@@ -82,9 +82,7 @@ class TowerLevel {
|
||||
}
|
||||
};
|
||||
|
||||
const TowerStats* GetTowerStats(TowerType type, TowerLevel level);
|
||||
|
||||
typedef std::uint16_t TowerID;
|
||||
using TowerID = std::uint16_t;
|
||||
|
||||
class TowerHandler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user