refactor: move PlayerID declaration
This commit is contained in:
@@ -30,7 +30,6 @@ enum class MobType : std::uint8_t {
|
||||
Giant
|
||||
};
|
||||
|
||||
typedef std::uint8_t PlayerID;
|
||||
typedef std::uint32_t MobID;
|
||||
typedef std::uint8_t MobLevel;
|
||||
typedef std::vector<TowerType> TowerImmunities;
|
||||
|
||||
Reference in New Issue
Block a user