using vnxbqy.UI; using System; using UnityEngine.UI; class FlowerGivePlayerCell : ILBehaviour { Text nameTxt; Button selectBtn; Image selectImg; protected override void Awake() { nameTxt = proxy.GetWidgtEx("tagName"); selectImg = proxy.GetWidgtEx("SelectImage"); selectBtn = proxy.GetWidgtEx