Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -18,7 +18,8 @@ namespace OpenRA.Mods.Cnc.Traits.Render
|
||||
[Desc("Provides an overlay for the Tiberian Dawn hover craft.")]
|
||||
public class WithRoofInfo : ITraitInfo, Requires<RenderSpritesInfo>
|
||||
{
|
||||
[SequenceReference] public readonly string Sequence = "roof";
|
||||
[SequenceReference]
|
||||
public readonly string Sequence = "roof";
|
||||
|
||||
public object Create(ActorInitializer init) { return new WithRoof(init.Self, this); }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user