fix RALint prereqs checking

This commit is contained in:
Chris Forbes
2011-06-28 23:36:39 +12:00
parent 0080762bbc
commit 11dc069104
2 changed files with 14 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ namespace OpenRA.Mods.RA
{
public class BuildableInfo : ITraitInfo
{
[ActorReference]
public readonly string[] Prerequisites = { };
[ActorReference]
public readonly string[] BuiltAt = { };