Fix IDE0090
This commit is contained in:
committed by
Pavel Penev
parent
164abfdae1
commit
8a285f9b19
@@ -69,7 +69,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly string AttackAnythingCondition = null;
|
||||
|
||||
[FieldLoader.Ignore]
|
||||
public readonly Dictionary<UnitStance, string> ConditionByStance = new Dictionary<UnitStance, string>();
|
||||
public readonly Dictionary<UnitStance, string> ConditionByStance = new();
|
||||
|
||||
[Desc("Allow the player to change the unit stance.")]
|
||||
public readonly bool EnableStances = true;
|
||||
|
||||
Reference in New Issue
Block a user