storage optimized, end screen fixed, multi touch error fixed, error logs on server, fixes...

This commit is contained in:
2026-05-16 23:49:09 +05:30
parent 22e1a8cf50
commit 5d2eb3aaea
2589 changed files with 19080 additions and 267645 deletions
@@ -116,5 +116,9 @@ public class TutorialManagerMainMenu : MonoBehaviour
if(curScreen == 5 && MainMenuManager.instance.gameModesScreen.activeSelf){
OnNext5();
}
if(curScreen == 6 && CupidLobby.instance.isMatchmaking){
OnTutorialCompleted();
}
}
}