using System; using System.Collections.Generic; using System.Text; namespace ACE.Entity.Enum { public enum MediaType { Undef = 0, Movie = 1, Alpha = 2, Animation = 3, Cursor = 4, Image = 5, Jump = 6, Message = 7, Pause = 8, Sound = 9, State = 10, Fade = 11, Stretch = 12, } }