예제 #1
0
파일: Machine.cs 프로젝트: mahibak/idlorio
 public void SetTile(Point tile)
 {
     _gridTransform.SetTile(tile);
 }