Remove unread private member (IDE0052)
This commit is contained in:
committed by
Gustas
parent
43e0cca663
commit
d3a8b07f05
@@ -26,7 +26,6 @@ namespace OpenRA.Mods.Cnc.Effects
|
||||
readonly Animation anim;
|
||||
|
||||
readonly PlayerDictionary<DotState> dotStates;
|
||||
readonly IDefaultVisibility visibility;
|
||||
readonly IVisibilityModifier[] visibilityModifiers;
|
||||
|
||||
class DotState
|
||||
@@ -52,7 +51,6 @@ namespace OpenRA.Mods.Cnc.Effects
|
||||
anim = new Animation(actor.World, info.Image);
|
||||
anim.PlayRepeating(info.String);
|
||||
|
||||
visibility = actor.Trait<IDefaultVisibility>();
|
||||
visibilityModifiers = actor.TraitsImplementing<IVisibilityModifier>().ToArray();
|
||||
|
||||
dotStates = new PlayerDictionary<DotState>(actor.World,
|
||||
|
||||
@@ -239,9 +239,6 @@ namespace OpenRA.Mods.Cnc.UtilityCommands
|
||||
{ 0x03, new byte[] { 0x7E } }
|
||||
};
|
||||
|
||||
// Veins and vein holes
|
||||
static readonly int[] ValidVeinNeighbours = { 0x7E, 0xA7, 0xB2 };
|
||||
|
||||
static readonly Dictionary<string, string> DeployableActors = new Dictionary<string, string>()
|
||||
{
|
||||
{ "gadpsa", "lpst" },
|
||||
|
||||
Reference in New Issue
Block a user