Prepare HackyAI for module support
- Split order handling to BotOrderManager - Make HackyAI provide a condition - Move BotDebug to AIUtils
This commit is contained in:
@@ -123,6 +123,7 @@
|
||||
<Compile Include="AI\AIUtils.cs" />
|
||||
<Compile Include="AI\AttackOrFleeFuzzy.cs" />
|
||||
<Compile Include="AI\BaseBuilder.cs" />
|
||||
<Compile Include="AI\BotOrderManager.cs" />
|
||||
<Compile Include="AI\HackyAI.cs" />
|
||||
<Compile Include="AI\AIHarvesterManager.cs" />
|
||||
<Compile Include="AI\AISupportPowerManager.cs" />
|
||||
@@ -935,6 +936,7 @@
|
||||
<Compile Include="UpdateRules\Rules\20180923\RemoveRepairBuildingsFromAircraft.cs" />
|
||||
<Compile Include="UpdateRules\Rules\20180923\AddRearmable.cs" />
|
||||
<Compile Include="UpdateRules\Rules\20180923\MergeAttackPlaneAndHeli.cs" />
|
||||
<Compile Include="UpdateRules\Rules\20180923\AddBotOrderManager.cs" />
|
||||
<Compile Include="Traits\Player\PlayerResources.cs" />
|
||||
<Compile Include="UtilityCommands\DumpSequenceSheetsCommand.cs" />
|
||||
<Compile Include="Traits\Render\WithBuildingRepairDecoration.cs" />
|
||||
|
||||
Reference in New Issue
Block a user