Remove a bunch of unused stuff. May help pathfinder perf a little.

This commit is contained in:
Paul Chote
2010-07-26 20:27:06 +12:00
parent c39116df84
commit 637fae87cd
8 changed files with 3 additions and 136 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenRA.Mods.RA
self.QueueActivity(new RemoveSelf());
}
// TODO: Re-implement friendly-mine avoidance using a Hazard
// TODO: Re-implement friendly-mine avoidance
public IEnumerable<string> CrushClasses { get { return info.CrushClasses; } }
public int2 TopLeft { get { return location; } }