示例#1
0
文件: Candy.cs 项目: wylter/match-3
 public void OnPointerEnter(PointerEventData data)
 {
     m_board.CandyOverTouch(m_boardPosition);
 }