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