using System; namespace CIGEnums { public enum BuildingPopupContent { Info, Upgrade, Activate, Preview, ReadOnly } }