public void Undo() { IndoorTile tile = _map.GetTile(_tileID); tile.ChangeTileType(_oldType); }
public void Execute() { IndoorTile tile = _map.GetTile(_tileID); tile.ChangeTileType(_newType); }