HeroUpTxtEftData.cs 394 B

123456789101112131415161718
  1. using Fort23.Core;
  2. using Fort23.UTool;
  3. using UnityEngine.UI;
  4. using UnityEngine;
  5. using System.Collections.Generic;
  6. namespace Fort23.Mono
  7. {
  8. public partial class HeroUpTxtEft
  9. {
  10. #region 自定义数据
  11. #endregion 自定义数据结束
  12. public override async CTask SetUIGameObject(GameObject gObjectPoolInterface)
  13. {
  14. await base.SetUIGameObject(gObjectPoolInterface);
  15. Init();
  16. }
  17. }
  18. }