Exemple #1
0
 public MovingBlockPiece(Vector2 tile, Vector2 cellSize)
 {
     Position = tile.ToGridCell(cellSize);
 }