mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00

* Cache civ uniques while refreshing world map tiles. This should have a pretty significant performance improvement of about 10% next rount time. * Forgot to add stateForConditionals to cache key. * Make cache keys depend on function * Restrict LocalUniqueCache API to avoid using it the wrong way. * Use default values instead of two methods