We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e85c86 commit 19902ffCopy full SHA for 19902ff
ME3Tweaks.Wwiser/Model/Hierarchy/State.cs
@@ -12,7 +12,7 @@ public class State : HircItem
12
public StateParametersV56 Parameters { get; set; } = new StateParametersV56();
13
14
[FieldOrder(1)]
15
- [SerializeWhenVersionBetween(57, 126)]
+ [SerializeWhenVersion(56, ComparisonOperator.GreaterThan)]
16
public PropBundleFloat Prop { get; set; } = new PropBundleFloat();
17
18
[Ignore]
0 commit comments