Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -39,8 +39,11 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public event Action<Actor> OnEnteredDropRange = self => { };
|
||||
public event Action<Actor> OnExitedDropRange = self => { };
|
||||
|
||||
[Sync] bool inDropRange;
|
||||
[Sync] Target target;
|
||||
[Sync]
|
||||
bool inDropRange;
|
||||
|
||||
[Sync]
|
||||
Target target;
|
||||
|
||||
bool checkForSuitableCell;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user