using System; namespace CIGEnums { public enum BonusFieldContent { Empty, DeltaWithNextLevel, Boost } }