Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -33,8 +33,12 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
class Immobile : IOccupySpace, ISync, INotifyAddedToWorld, INotifyRemovedFromWorld
|
||||
{
|
||||
[Sync] readonly CPos location;
|
||||
[Sync] readonly WPos position;
|
||||
[Sync]
|
||||
readonly CPos location;
|
||||
|
||||
[Sync]
|
||||
readonly WPos position;
|
||||
|
||||
readonly Pair<CPos, SubCell>[] occupied;
|
||||
|
||||
public Immobile(ActorInitializer init, ImmobileInfo info)
|
||||
|
||||
Reference in New Issue
Block a user