We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a31844 commit b0033deCopy full SHA for b0033de
1 file changed
OpenRA.Mods.RA2/Traits/CarrierParent.cs
@@ -55,11 +55,11 @@ class CarrierChildEntry : BaseSpawnerChildEntry
55
}
56
57
readonly Dictionary<string, Stack<int>> spawnContainTokens = new Dictionary<string, Stack<int>>();
58
- public readonly CarrierParentInfo info;
+ readonly CarrierParentInfo info;
59
+ readonly Stack<int> loadedTokens = new Stack<int>();
60
61
CarrierChildEntry[] childEntries;
62
ConditionManager conditionManager;
- Stack<int> loadedTokens = new Stack<int>();
63
64
int respawnTicks = 0;
65
0 commit comments