From e5f8b4240b53f7b6e64932b23585bbff6d2b0611 Mon Sep 17 00:00:00 2001 From: Lim0_C Date: Thu, 20 Mar 2025 16:40:08 +0900 Subject: [PATCH] =?UTF-8?q?DO-41=20[Fix]=20=EC=A4=91=EB=B3=B5=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Script/Game/GameLogic.cs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Assets/Script/Game/GameLogic.cs b/Assets/Script/Game/GameLogic.cs index a09ddfd..c01db5b 100644 --- a/Assets/Script/Game/GameLogic.cs +++ b/Assets/Script/Game/GameLogic.cs @@ -233,12 +233,6 @@ public class GameLogic : MonoBehaviour break; } } - - public Enums.PlayerType[,] GetBoard() - { - return _board; - } - //착수 버튼 클릭시 호출되는 함수 public void OnConfirm() @@ -339,6 +333,7 @@ public class GameLogic : MonoBehaviour public void EndGame() { SetState(null); + //TODO: 게임 종료 후 행동 구현 } //승리 확인 함수