Skip to content

Commit

Permalink
Make more fields readonly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Apr 23, 2020
1 parent bdb0065 commit 86781d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenRA.Mods.RA2/Traits/CarrierParent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ class CarrierChildEntry : BaseSpawnerChildEntry
}

readonly Dictionary<string, Stack<int>> spawnContainTokens = new Dictionary<string, Stack<int>>();
public readonly CarrierParentInfo info;
readonly CarrierParentInfo info;
readonly Stack<int> loadedTokens = new Stack<int>();

CarrierChildEntry[] childEntries;
ConditionManager conditionManager;
Stack<int> loadedTokens = new Stack<int>();

int respawnTicks = 0;

Expand Down

0 comments on commit 86781d6

Please sign in to comment.