using System; namespace CIGEnums { public enum ShopMenuTabs { Gold, Cash, Cranes, Residential, Commercial, Community, Decorations } }