DedicatedServers Module
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user