using System; [Serializable] public enum MegaCacheData { Mesh = 0, File = 1, Image = 2 }