support power impl pretty much done

This commit is contained in:
Chris Forbes
2010-01-08 21:50:27 +13:00
parent 6ff0f82c02
commit 28746d0bcd
7 changed files with 84 additions and 3 deletions

View File

@@ -16,5 +16,6 @@ namespace OpenRa.Game.GameRules
public readonly string[] Prerequisite = { };
public readonly int TechLevel = -1;
public readonly bool GivenAuto = true;
public readonly string Impl = null;
}
}