Place initial gameplay actors in test map

This commit is contained in:
2026-05-13 19:04:41 -07:00
parent 744b3c35e2
commit 46d0e080b5
11 changed files with 288 additions and 21 deletions
@@ -23,6 +23,13 @@ public class AgrarianGame : ModuleRules
PrivateDependencyModuleNames.AddRange(new string[] { });
if (Target.bBuildEditor)
{
PrivateDependencyModuleNames.AddRange(new string[] {
"UnrealEd"
});
}
PublicIncludePaths.AddRange(new string[] {
"AgrarianGame",
"AgrarianGame/Variant_Platforming",