Update
This commit is contained in:
@@ -38,6 +38,13 @@ namespace Hallucinate.UI
|
||||
}
|
||||
}
|
||||
|
||||
protected string GetLoc(string key)
|
||||
{
|
||||
if (LocalizationManager.Instance != null)
|
||||
return LocalizationManager.Instance.GetLocalizedString(key);
|
||||
return key;
|
||||
}
|
||||
|
||||
public virtual async Task PlayTransitionIn()
|
||||
{
|
||||
if (root == null) return;
|
||||
|
||||
Reference in New Issue
Block a user