using UnityEngine; using System.Collections; public class AtlasBundle { public Texture2D atlasSheet; //public UIAtlas atlasPrefab; //public UIFont buttonFontPrefab; //public UIFont textFontPrefab; //public UIFont scoreFontPrefab; }