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: 착수할 위치를 선택하라는 동작 } }