Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -18,7 +18,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[Desc("Put this on the actor that gets crushed to replace the crusher with a new actor.")]
|
||||
public class TransformCrusherOnCrushInfo : ITraitInfo
|
||||
{
|
||||
[ActorReference, FieldLoader.Require] public readonly string IntoActor = null;
|
||||
[ActorReference]
|
||||
[FieldLoader.Require]
|
||||
public readonly string IntoActor = null;
|
||||
|
||||
public readonly bool SkipMakeAnims = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user