This commit is contained in:
2025-11-10 13:13:36 +01:00
38 changed files with 234 additions and 300 deletions

View File

@@ -62,7 +62,7 @@ namespace UI.Tutorial
void RemoveTutorial()
{
Debug.Log("Remove me!");
Logging.Debug("Remove me!");
if (_waitLoopCoroutine != null)
{
StopCoroutine(_waitLoopCoroutine);