using vnxbqy.UI; using UnityEngine.UI; public class BagSelectCell : ILBehaviour { Button GotoButton; Text title; Image selectImg; protected override void Awake() { title = proxy.GetWidgtEx("Txt_Name"); selectImg = proxy.GetWidgtEx("Img_Select"); GotoButton = proxy.GetWidgtEx