4.3.4-patch1

This commit is contained in:
Yair Morgenstern
2022-11-28 19:00:15 +02:00
parent 37d808936a
commit d21e0d91b7
2 changed files with 2 additions and 6 deletions

View File

@ -112,10 +112,6 @@ class CivilizationInfo : IsPartOfGameInfoSerialization {
@Transient
var enemyMovementPenaltyUniques: Sequence<Unique>? = null
/** Same as above variable */
@Transient
var isEntireMapRevealed: Sequence<Unique>? = null
@Transient
var statsForNextTurn = Stats()