using System; namespace CIGEnums { public enum AnimationMode { Loop, PingPong, Random, RandomNextPrev, Single } }