Import helper plugin

This commit is contained in:
2026-07-15 19:17:47 +02:00
parent fd992725a2
commit 3c084d9669
72 changed files with 11853 additions and 1 deletions

View File

@@ -29,7 +29,8 @@ public class ProjectEleri : ModuleRules
"GameplayTasks",
"UniversalCameraPlugin",
"StateTreeModule",
"GameplayStateTreeModule"
"GameplayStateTreeModule",
"DirectiveUtilitiesRuntime"
});
PrivateDependencyModuleNames.AddRange(new string[] { "OnlineSubsystem", "OnlineSubsystemUtils" });