Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -51,7 +51,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
yield return new VariableObserver(RequiredConditionsChanged, Info.RequiresCondition.Variables);
|
||||
}
|
||||
|
||||
[Sync] public bool IsTraitDisabled { get; private set; }
|
||||
[Sync]
|
||||
public bool IsTraitDisabled { get; private set; }
|
||||
|
||||
public ConditionalTrait(InfoType info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user