mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-06 18:35:03 -05:00
Add more removal options
- remove flowers - remove shells - remove branches Closes #163 rename plazaX/Y to match internal field name
This commit is contained in:
@@ -28,8 +28,8 @@ public MapTerrainStructure(MainSave sav)
|
||||
{
|
||||
Terrain = new TerrainManager(sav.GetTerrainTiles());
|
||||
Buildings = sav.Buildings;
|
||||
PlazaX = sav.PlazaX;
|
||||
PlazaY = sav.PlazaY;
|
||||
PlazaX = sav.EventPlazaLeftUpX;
|
||||
PlazaY = sav.EventPlazaLeftUpZ;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user