squash some warnings
This commit is contained in:
@@ -22,7 +22,6 @@ namespace OpenRA.Mods.RA
|
|||||||
class AttackLeap : AttackFrontal
|
class AttackLeap : AttackFrontal
|
||||||
{
|
{
|
||||||
internal bool IsLeaping;
|
internal bool IsLeaping;
|
||||||
protected Target target;
|
|
||||||
|
|
||||||
public AttackLeap(Actor self, AttackLeapInfo info)
|
public AttackLeap(Actor self, AttackLeapInfo info)
|
||||||
: base(self, info) {}
|
: base(self, info) {}
|
||||||
|
|||||||
@@ -78,7 +78,6 @@ namespace OpenRA.Mods.RA.Buildings
|
|||||||
public readonly List<string> prerequisites;
|
public readonly List<string> prerequisites;
|
||||||
public readonly ITechTreeElement watcher;
|
public readonly ITechTreeElement watcher;
|
||||||
bool hasPrerequisites;
|
bool hasPrerequisites;
|
||||||
bool requiresPowered;
|
|
||||||
|
|
||||||
public Watcher(string key, List<string> prerequisites, ITechTreeElement watcher)
|
public Watcher(string key, List<string> prerequisites, ITechTreeElement watcher)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ namespace OpenRA.Mods.RA
|
|||||||
class HackyAIInfo : IBotInfo, ITraitInfo
|
class HackyAIInfo : IBotInfo, ITraitInfo
|
||||||
{
|
{
|
||||||
[FieldLoader.Load]
|
[FieldLoader.Load]
|
||||||
public readonly string Name;
|
public readonly string Name = "Unnamed Bot";
|
||||||
|
|
||||||
[FieldLoader.Load]
|
[FieldLoader.Load]
|
||||||
public readonly int SquadSize = 8;
|
public readonly int SquadSize = 8;
|
||||||
|
|||||||
Reference in New Issue
Block a user