generic 'select target' order generator

This commit is contained in:
Chris Forbes
2010-04-10 12:24:00 +12:00
parent ea892ed832
commit 82835f1c8a
3 changed files with 79 additions and 25 deletions

View File

@@ -79,6 +79,7 @@
<Compile Include="Chrome.cs" />
<Compile Include="Effects\GravityBomb.cs" />
<Compile Include="GameRules\WeaponInfo.cs" />
<Compile Include="Orders\GenericSelectTarget.cs" />
<Compile Include="Traits\AI\EmitInfantryOnSell.cs" />
<Compile Include="Traits\AI\ReturnOnIdle.cs" />
<Compile Include="Traits\Render\HiddenUnderFog.cs" />