using UnityEngine; using System.Collections; /// /// 窗体常用的bundle资源 /// public class WindowCommonBundleConst { /// /// 星星 /// public const string UI_Star = "UI_Star"; }