using System.Collections; using System.Collections.Generic; using CreatGame.UI; using UnityEngine; using UnityEngine.UI; namespace CreatGame.UI { public class UIMainView : UIViewBase { /// /// /// public Button StarBtn; /// /// /// public Text StarBtnText; public override void PreLoad(GameObject view) { base.PreLoad(view); StarBtn = GetGameObject(nameof(StarBtn)).GetComponent