Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -66,7 +66,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
readonly BodyOrientationInfo info;
|
||||
readonly Lazy<int> quantizedFacings;
|
||||
|
||||
[Sync] public int QuantizedFacings { get { return quantizedFacings.Value; } }
|
||||
[Sync]
|
||||
public int QuantizedFacings { get { return quantizedFacings.Value; } }
|
||||
|
||||
public BodyOrientation(ActorInitializer init, BodyOrientationInfo info)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user