mirror of
https://github.com/Risensy/Steam.git
synced 2025-10-22 16:04:19 +00:00
Added OSS Steam Module in Build.cs
This commit is contained in:
@@ -11,6 +11,8 @@ public class Steam : ModuleRules
|
||||
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore" });
|
||||
|
||||
PrivateDependencyModuleNames.AddRange(new string[] { });
|
||||
|
||||
DynamicallyLoadedModuleNames.Add("OnlineSubsystemSteam");
|
||||
|
||||
// Uncomment if you are using Slate UI
|
||||
// PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" });
|
||||
|
Reference in New Issue
Block a user