Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -21,8 +21,9 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public readonly DamageState DamageState = DamageState.Undamaged;
|
||||
|
||||
[ActorReference]
|
||||
[Desc("Actor type to replace with on repair.")]
|
||||
[ActorReference] public readonly string ReplaceWithActor = null;
|
||||
public readonly string ReplaceWithActor = null;
|
||||
|
||||
public readonly CVec[] NeighbourOffsets = { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user