refactor: Update Unity to 2022.3.62
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Cryville.Crtr.UI {
|
||||
}
|
||||
#pragma warning restore IDE0051
|
||||
|
||||
readonly Stack<string> _uiStack = new Stack<string>();
|
||||
readonly Stack<string> _uiStack = new();
|
||||
public void PushTitle(string title) {
|
||||
_uiStack.Push(title);
|
||||
if (m_title) m_title.SetText(title);
|
||||
|
Reference in New Issue
Block a user