public override void SubscribeOnPressPageUIItem(PageListUIItem pageListUIItem)
 {
     UIEventListener.Get(pageListUIItem.gameObject).onClick += OnPressPicture;
 }
Example #2
0
 public virtual void SubscribeOnPressPageUIItem(PageListUIItem pageListUIItem)
 {
 }