updated AI controllers to have a new base AI controller

This commit is contained in:
Ji Yoon Rhee
2024-11-19 00:06:48 +09:00
parent 4bfad94952
commit 6ff8cec02b
52 changed files with 178416 additions and 121212 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,8 @@
<Filter>Source</Filter>
</None>
<None Include="..\..\.editorconfig" />
<None Include="..\..\.gitattributes" />
<None Include="..\..\.gitignore" />
<None Include="..\..\.vsconfig" />
<None Include="..\..\shadertoolsconfig.json" />
<Filter Include="Config">
@ -404,6 +406,12 @@
<Filter Include="Source\hwanyoung2">
<UniqueIdentifier>{6999417C-9F14-3900-84A4-5EA1970AEB16}</UniqueIdentifier>
</Filter>
<ClCompile Include="..\..\Source\hwanyoung2\CraftingInfo.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>
<ClInclude Include="..\..\Source\hwanyoung2\CraftingInfo.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<None Include="..\..\Source\hwanyoung2\hwanyoung2.Build.cs">
<Filter>Source\hwanyoung2</Filter>
</None>
@ -443,10 +451,22 @@
<ClInclude Include="..\..\Source\hwanyoung2\HYAttackComponent.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\HYEnemy.cpp">
<ClCompile Include="..\..\Source\hwanyoung2\HYAutomaticPickUp.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>
<ClInclude Include="..\..\Source\hwanyoung2\HYEnemy.h">
<ClInclude Include="..\..\Source\hwanyoung2\HYAutomaticPickUp.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\HYConsumableItem.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>
<ClInclude Include="..\..\Source\hwanyoung2\HYConsumableItem.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\HYEnemyBase.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>
<ClInclude Include="..\..\Source\hwanyoung2\HYEnemyBase.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\HYGameStateBase.cpp">
@ -467,6 +487,12 @@
<ClInclude Include="..\..\Source\hwanyoung2\HYManualPickUp.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\HYMoneyAutoPickUp.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>
<ClInclude Include="..\..\Source\hwanyoung2\HYMoneyAutoPickUp.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\HYPlayerCharacController.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>
@ -479,10 +505,10 @@
<ClInclude Include="..\..\Source\hwanyoung2\HYProjectileAttackComponent.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\HYWeapon.cpp">
<ClCompile Include="..\..\Source\hwanyoung2\HYSaveGameActor.cpp">
<Filter>Source\hwanyoung2</Filter>
</ClCompile>
<ClInclude Include="..\..\Source\hwanyoung2\HYWeapon.h">
<ClInclude Include="..\..\Source\hwanyoung2\HYSaveGameActor.h">
<Filter>Source\hwanyoung2</Filter>
</ClInclude>
<ClCompile Include="..\..\Source\hwanyoung2\InventoryItem.cpp">