adding new ai functional
This commit is contained in:
@@ -58,6 +58,9 @@
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="FuzzyLogicLibrary">
|
||||
<HintPath>..\thirdparty\FuzzyLogicLibrary.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Drawing" />
|
||||
@@ -69,6 +72,7 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="AI\AttackOrFleeFuzzy.cs" />
|
||||
<Compile Include="AI\BaseBuilder.cs" />
|
||||
<Compile Include="AI\HackyAI.cs" />
|
||||
<Compile Include="AcceptsSupplies.cs" />
|
||||
@@ -120,6 +124,8 @@
|
||||
<Compile Include="Air\ReturnOnIdle.cs" />
|
||||
<Compile Include="Air\ReturnToBase.cs" />
|
||||
<Compile Include="Air\TargetableAircraft.cs" />
|
||||
<Compile Include="AI\RushFuzzy.cs" />
|
||||
<Compile Include="AI\StateMachine.cs" />
|
||||
<Compile Include="AnnounceOnBuild.cs" />
|
||||
<Compile Include="AnnounceOnKill.cs" />
|
||||
<Compile Include="AppearsOnRadar.cs" />
|
||||
|
||||
Reference in New Issue
Block a user