DedicatedServers Module

This commit is contained in:
Norman Lansing
2026-03-23 08:34:51 -04:00
parent 4121a3925f
commit 241b78fa4a
10 changed files with 56 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ public class FPSTemplate : ModuleRules
"InputCore",
"EnhancedInput",
"PhysicsCore",
"OpenSSL"
"OpenSSL",
});
PrivateDependencyModuleNames.AddRange(new string[]
@@ -34,6 +34,7 @@ public class FPSTemplate : ModuleRules
if (Target.Type == TargetType.Server)
{
PublicDependencyModuleNames.Add("GameLiftServerSDK");
PublicDependencyModuleNames.Add("DedicatedServers");
}
else
{