WindowCommonBundleConst.cs 249 B

1234567891011121314
  1. using UnityEngine;
  2. using System.Collections;
  3. /// <summary>
  4. /// 窗体常用的bundle资源
  5. /// </summary>
  6. public class WindowCommonBundleConst
  7. {
  8. /// <summary>
  9. /// 星星
  10. /// </summary>
  11. public const string UI_Star = "UI_Star";
  12. }