Add RenderCore to plugin

This commit is contained in:
Filip Iliescu 2025-04-29 16:44:32 -07:00
parent 5cc5b232cb
commit a3347489bc

View File

@ -19,7 +19,8 @@ public class LuckyWorldV2 : ModuleRules
"SocketIOClient",
"VaRest",
"SIOJson",
"NavigationSystem"
"NavigationSystem",
"RenderCore"
});
PrivateDependencyModuleNames.AddRange(new string[] { });