DO-70 [Feat] 싱글플레이 변환 시 싱글플레이로 게임 타입 변환
This commit is contained in:
parent
54fece46ca
commit
9ffb563353
@ -522,6 +522,7 @@ public class GameLogic : MonoBehaviour
|
||||
// 기존 멀티플레이 상태 초기화
|
||||
_multiplayManager = null;
|
||||
_roomId = null;
|
||||
gameType = Enums.GameType.SinglePlay;
|
||||
|
||||
// 싱글 플레이 상태로 변경
|
||||
firstPlayerState = new PlayerState(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user