using System; namespace Spine { public enum TextureWrap { MirroredRepeat, ClampToEdge, Repeat } }