This commit is contained in:
Rainer Leit
2026-09-25 17:02:24 +03:00
parent cc43ed8dc8
commit 9597629951
2149 changed files with 460234 additions and 1770 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ public class Salty : ModuleRules
"StateTreeModule",
"GameplayStateTreeModule",
"UMG",
"Slate"
"Slate",
"SlateCore" // SWorldMap is a Slate widget: SLeafWidget, FSlateBrush, the draw elements
});
PrivateDependencyModuleNames.AddRange(new string[] { "Json" });