Extract AI support power handling to AISupportPowerManager

This commit is contained in:
reaperrr
2018-03-08 23:29:12 +01:00
committed by abcdefg30
parent 3c1b129158
commit e2979658a2
3 changed files with 179 additions and 141 deletions

View File

@@ -127,6 +127,7 @@
<Compile Include="AI\BaseBuilder.cs" />
<Compile Include="AI\HackyAI.cs" />
<Compile Include="AI\AIHarvesterManager.cs" />
<Compile Include="AI\AISupportPowerManager.cs" />
<Compile Include="AI\Squad.cs" />
<Compile Include="AI\StateMachine.cs" />
<Compile Include="AI\States\AirStates.cs" />