Exemplo n.º 1
0
 public override void SubscribeOnPressPageUIItem(PageListUIItem pageListUIItem)
 {
     UIEventListener.Get(pageListUIItem.gameObject).onClick += OnPressPicture;
 }
Exemplo n.º 2
0
 public virtual void SubscribeOnPressPageUIItem(PageListUIItem pageListUIItem)
 {
 }