Unciv/tests
Yair Morgenstern 22466a9d45
Make tileInfo.terrainFeatures immutable (#6180)
* Step 1 of saving terrain features as a transient - move all terrainFeature changes to new 'addTerrainFeature' and 'removeTerrainFeature' functions
This also included slight rewriting of functions for clarity, but NO functional changes.
Even though there's some logic that I would definitely change, this PR isn't the place for that.

* Fixed tests
2022-02-19 19:28:05 +02:00
..
src/com/unciv Make tileInfo.terrainFeatures immutable (#6180) 2022-02-19 19:28:05 +02:00
build.gradle.kts Bumped sourceCompatibility to Java 7 2021-08-20 15:24:02 +03:00