namespace TowerDefense.Level { /// /// An enum to represent the different level states /// public enum LevelState { Intro, Building, SpawningEnemies, AllEnemiesSpawned, Lose, Win } }