Give bot skins

This commit is contained in:
Gray
2024-03-19 13:11:02 -04:00
parent 54b2383124
commit 5bfe3a6179
19 changed files with 388 additions and 227 deletions

View File

@@ -70,6 +70,9 @@
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<TargetName>$(ProjectName)</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
@@ -274,6 +277,7 @@
<ClInclude Include="ActorComponent.h" />
<ClInclude Include="addresses.h" />
<ClInclude Include="ai.h" />
<ClInclude Include="AIController.h" />
<ClInclude Include="AndOrNot.h" />
<ClInclude Include="anticheat.h" />
<ClInclude Include="Array.h" />
@@ -328,6 +332,7 @@
<ClInclude Include="FortAbilitySet.h" />
<ClInclude Include="FortAIEncounterInfo.h" />
<ClInclude Include="FortAthenaAIBotCharacterCustomization.h" />
<ClInclude Include="FortAthenaAIBotController.h" />
<ClInclude Include="FortAthenaAIBotCustomizationData.h" />
<ClInclude Include="FortAthenaAIBotSpawnerData.h" />
<ClInclude Include="FortAthenaAISpawnerDataComponent_CosmeticLoadout.h" />