Adding Status and Last server response handled but not tested
This commit is contained in:
@ -9,7 +9,7 @@ public class DTFluxCore : ModuleRules
|
||||
PublicDependencyModuleNames.AddRange(
|
||||
new string[]
|
||||
{
|
||||
"Core","JsonUtilities"
|
||||
"Core",
|
||||
}
|
||||
);
|
||||
|
||||
@ -21,6 +21,7 @@ public class DTFluxCore : ModuleRules
|
||||
"Slate",
|
||||
"SlateCore",
|
||||
"JsonUtilities",
|
||||
"OutputLog",
|
||||
"Json",
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user