예제 #1
0
파일: Candy.cs 프로젝트: wylter/match-3
 public void OnPointerEnter(PointerEventData data)
 {
     m_board.CandyOverTouch(m_boardPosition);
 }