From b4d34bd3f2e2eb8de5bc2ede615ddf9808fd5b60 Mon Sep 17 00:00:00 2001 From: Lim0_C Date: Fri, 21 Mar 2025 09:55:56 +0900 Subject: [PATCH] =?UTF-8?q?DO-41=20[Style]=20=EC=A3=BC=EC=84=9D=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC=20=EB=B0=8F=20Debug.Log=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 | 1 - Assets/Script/Game/GameManager.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Assets/Script/Game/GameLogic.cs b/Assets/Script/Game/GameLogic.cs index 28b2d2f..206c4b7 100644 --- a/Assets/Script/Game/GameLogic.cs +++ b/Assets/Script/Game/GameLogic.cs @@ -98,7 +98,6 @@ public class AIState: BasePlayerState public override void OnEnter(GameLogic gameLogic) { gameLogic.fioTimer.StartTimer(); - //TODO: AI이식 OmokAI.Instance.StartBestMoveSearch(gameLogic.GetBoard(), (bestMove) => { if(bestMove.HasValue) diff --git a/Assets/Script/Game/GameManager.cs b/Assets/Script/Game/GameManager.cs index 67e9382..b2b3d65 100644 --- a/Assets/Script/Game/GameManager.cs +++ b/Assets/Script/Game/GameManager.cs @@ -51,7 +51,6 @@ public class GameManager : Singleton } else { - Debug.Log("착수 위치를 선택 해주세요"); //TODO: 착수할 위치를 선택하라는 동작 } }