using System; namespace SUISSEngine { public enum BuildingState { Preview, Constructing, Normal, Moving, WaitingForDemolishing, Demolishing } }