コード例 #1
0
ファイル: CellController.cs プロジェクト: hauk70/tictactoe
 public void OnMouseDown()
 {
     pool.OnCellClick(transform);
 }