Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -54,7 +54,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[Desc("Skip make/deploy animation?")]
|
||||
public readonly bool SkipMakeAnimation = false;
|
||||
|
||||
[VoiceReference] public readonly string Voice = "Action";
|
||||
[VoiceReference]
|
||||
public readonly string Voice = "Action";
|
||||
|
||||
public override object Create(ActorInitializer init) { return new GrantConditionOnDeploy(init, this); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user