mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update SettingsUtils.cs
This commit is contained in:
@@ -201,4 +201,14 @@ public static class SettingsUtils
|
|||||||
// GameEntry.GetModule<LocalizationComponent>().Language.ToString(), assetName, fromBytes ? "bytes" : "xml");
|
// GameEntry.GetModule<LocalizationComponent>().Language.ToString(), assetName, fromBytes ? "bytes" : "xml");
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static List<ScriptGenerateRuler> GetScriptGenerateRule()
|
||||||
|
{
|
||||||
|
return FrameworkGlobalSettings.ScriptGenerateRule;
|
||||||
|
}
|
||||||
|
|
||||||
|
public static string GetUINameSpace()
|
||||||
|
{
|
||||||
|
return FrameworkGlobalSettings.NameSpace;
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user