public override void Init(NPCWndView masterView) { m_masterView = masterView; m_Dialog.onHrefClick.AddListener(onClickNPCFunc); }
public override void Init(NPCWndView masterView) { m_masterView = masterView; goodsTile.onDoubleClick.AddListener(OnGoodsItemDoubleClick); goodsTile.onRightClick.AddListener(OnGoodsItemRightClick); }
public abstract void Init(NPCWndView masterView);