Example #1
0
 public void OnPointerEnter(PointerEventData eventData)
 {
     Audio.PlaySound("Select");
     mouseController.EntryEnter(index);
 }