Fix CA1852
This commit is contained in:
committed by
Pavel Penev
parent
277699cbd5
commit
f4af5c1764
@@ -19,7 +19,7 @@ using OpenRA.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Cnc.Effects
|
||||
{
|
||||
class GpsDotEffect : IEffect, IEffectAnnotation
|
||||
sealed class GpsDotEffect : IEffect, IEffectAnnotation
|
||||
{
|
||||
readonly Actor actor;
|
||||
readonly GpsDotInfo info;
|
||||
@@ -28,7 +28,7 @@ namespace OpenRA.Mods.Cnc.Effects
|
||||
readonly PlayerDictionary<DotState> dotStates;
|
||||
readonly IVisibilityModifier[] visibilityModifiers;
|
||||
|
||||
class DotState
|
||||
sealed class DotState
|
||||
{
|
||||
public readonly GpsWatcher Watcher;
|
||||
public readonly bool FrozenActorWithRenderables;
|
||||
|
||||
@@ -16,7 +16,7 @@ using OpenRA.Mods.Cnc.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Cnc.Effects
|
||||
{
|
||||
class GpsSatellite : IEffect, ISpatiallyPartitionable
|
||||
sealed class GpsSatellite : IEffect, ISpatiallyPartitionable
|
||||
{
|
||||
readonly Player launcher;
|
||||
readonly Animation anim;
|
||||
|
||||
@@ -16,7 +16,7 @@ using OpenRA.Mods.Cnc.Traits;
|
||||
|
||||
namespace OpenRA.Mods.Cnc.Effects
|
||||
{
|
||||
class SatelliteLaunch : IEffect, ISpatiallyPartitionable
|
||||
sealed class SatelliteLaunch : IEffect, ISpatiallyPartitionable
|
||||
{
|
||||
readonly GpsPowerInfo info;
|
||||
readonly Actor launcher;
|
||||
|
||||
Reference in New Issue
Block a user