Fix and enable SA1133, SA1134 style rules.
This commit is contained in:
@@ -29,7 +29,8 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
public class FrozenUnderFog : ICreatesFrozenActors, IRenderModifier, IDefaultVisibility, ITick, ITickRender, ISync, INotifyCreated, INotifyOwnerChanged, INotifyActorDisposing
|
||||
{
|
||||
[Sync] public int VisibilityHash;
|
||||
[Sync]
|
||||
public int VisibilityHash;
|
||||
|
||||
readonly FrozenUnderFogInfo info;
|
||||
readonly bool startsRevealed;
|
||||
|
||||
Reference in New Issue
Block a user