feat: add tower detection
This commit is contained in:
@@ -32,9 +32,9 @@ enum class TowerType : std::uint8_t {
|
||||
TowerCount
|
||||
};
|
||||
|
||||
enum class TowerSize : bool {
|
||||
Little = 0, // 3x3
|
||||
Big, // 5x5
|
||||
enum class TowerSize : std::uint8_t {
|
||||
Little = 3, // 3x3
|
||||
Big = 5, // 5x5
|
||||
};
|
||||
|
||||
enum class TowerPath : std::uint8_t {
|
||||
|
||||
Reference in New Issue
Block a user