Fix CA1852
This commit is contained in:
committed by
Pavel Penev
parent
277699cbd5
commit
f4af5c1764
@@ -110,7 +110,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
});
|
||||
}
|
||||
|
||||
class SelectConditionTarget : OrderGenerator
|
||||
sealed class SelectConditionTarget : OrderGenerator
|
||||
{
|
||||
readonly GrantExternalConditionPower power;
|
||||
readonly char[] footprint;
|
||||
|
||||
@@ -138,7 +138,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
}
|
||||
}
|
||||
|
||||
class NukePower : SupportPower
|
||||
sealed class NukePower : SupportPower
|
||||
{
|
||||
readonly NukePowerInfo info;
|
||||
BodyOrientation body;
|
||||
|
||||
@@ -176,7 +176,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return points;
|
||||
}
|
||||
|
||||
class Arrow
|
||||
sealed class Arrow
|
||||
{
|
||||
public Sprite Sprite { get; }
|
||||
public double EndAngle { get; }
|
||||
|
||||
Reference in New Issue
Block a user