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