Merge branch 'main' into DO-83-사운드-추가-및-적용
This commit is contained in:
commit
570961a2b0
@ -162,7 +162,7 @@ public class GameManager : Singleton<GameManager>
|
|||||||
private void OnApplicationQuit()
|
private void OnApplicationQuit()
|
||||||
{
|
{
|
||||||
Debug.Log("앱 종료 감지: 소켓 연결 정리 중...");
|
Debug.Log("앱 종료 감지: 소켓 연결 정리 중...");
|
||||||
|
if (_gameLogic == null) return;
|
||||||
if(_gameLogic.GameInProgress)
|
if(_gameLogic.GameInProgress)
|
||||||
_gameLogic?.ForceQuit();
|
_gameLogic?.ForceQuit();
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user