예제 #1
0
 public void OnPointerClick(PointerEventData eventData)
 {
     if (GLOBAL.locked() == false)
     {
         OnMouseClick();
     }
 }