Refactor identifiers and add subtitle UI
This commit is contained in:
@@ -62,7 +62,7 @@ namespace BriarQueen.Framework.Services.Tutorials
|
||||
/// </summary>
|
||||
public string ResolveText(TutorialPopupID id)
|
||||
{
|
||||
if (!TutorialPopupTexts.AllPopups.TryGetValue(id, out var template))
|
||||
if (!TutorialPopupTexts.TryGet(id, out var template))
|
||||
return string.Empty;
|
||||
|
||||
return ResolveText(template);
|
||||
@@ -101,4 +101,4 @@ namespace BriarQueen.Framework.Services.Tutorials
|
||||
return string.IsNullOrWhiteSpace(displayString) ? string.Empty : displayString;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user