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