using System.Collections; using System.Collections.Generic; using UnityEngine; public class TextureSet { public Texture2D MainTexture { get; set; } public Texture2D FullBrightTexture { get; set; } // TODO: organize into skins, frames/groups }