rematch use the same leave function, added a grace period for connection disconnect

This commit is contained in:
2026-05-17 14:50:28 +05:30
parent 5d2eb3aaea
commit aa924c71dc
4 changed files with 200 additions and 28 deletions
@@ -87,6 +87,7 @@ public class LevelLoadManager : MonoBehaviour
public void Show(){
if(isShowing){return;} //already is showing
canvasGroup.blocksRaycasts=true;
canvasGroup.interactable=true;
contentImage.fillOrigin = 0;