Separated ship squad from ground unit squad

Just like aircrafts are independent from ground squads.
This commit is contained in:
Forcecore
2017-07-07 20:32:40 -05:00
committed by reaperrr
parent 5ddf28fa81
commit 8027bed6b2
5 changed files with 219 additions and 1 deletions

View File

@@ -127,6 +127,7 @@
<Compile Include="AI\StateMachine.cs" />
<Compile Include="AI\States\AirStates.cs" />
<Compile Include="AI\States\GroundStates.cs" />
<Compile Include="AI\States\NavyStates.cs" />
<Compile Include="AI\States\ProtectionStates.cs" />
<Compile Include="AI\States\StateBase.cs" />
<Compile Include="AI\SupportPowerDecision.cs" />