mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 07:17:50 +07:00

* Barbarian encampments are no longer a HashMap since #9374 so that old compat code is unreachable * Rename SerializationTests to GameSerializationTests and add a barb camp to the game * Add SerializationTests (roundtrip tests for classes with custom serialization) * Convert setSerializer to implement Json.Serializable where possible