コード例 #1
0
ファイル: Machine.cs プロジェクト: mahibak/idlorio
 public Point GetOppositeCornerTile()
 {
     return(_gridTransform.GetOppositeTile());
 }