CogEngine: move CollisionTester logic inside an actor

This commit is contained in:
Arnaud Jamin
2024-01-02 00:57:02 -05:00
parent 65bd2150de
commit 7dd4922b01
12 changed files with 1118 additions and 667 deletions
@@ -23,15 +23,15 @@ public class CogEngine : ModuleRules
PublicDependencyModuleNames.AddRange(
new string[]
{
"CogDebug",
}
);
);
PrivateDependencyModuleNames.AddRange(
new string[]
{
"CogCommon",
"CogDebug",
"CogImgui",
"CogWindow",
"Core",