DO-70 [Feat] 싱글플레이 변환 시 싱글플레이로 게임 타입 변환

This commit is contained in:
Jay 2025-03-27 13:57:35 +09:00
parent 54fece46ca
commit 9ffb563353

View File

@ -522,6 +522,7 @@ public class GameLogic : MonoBehaviour
// 기존 멀티플레이 상태 초기화 // 기존 멀티플레이 상태 초기화
_multiplayManager = null; _multiplayManager = null;
_roomId = null; _roomId = null;
gameType = Enums.GameType.SinglePlay;
// 싱글 플레이 상태로 변경 // 싱글 플레이 상태로 변경
firstPlayerState = new PlayerState(true); firstPlayerState = new PlayerState(true);