using System; namespace I2.Loc { public enum eTermType { Text, Font, Texture, AudioClip, GameObject, Sprite, Material, Child, UIAtlas, UIFont, Object } }