DO-41 [Fix] 중복 코드 제거
This commit is contained in:
parent
d81f070bb7
commit
e5f8b4240b
@ -233,12 +233,6 @@ public class GameLogic : MonoBehaviour
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public Enums.PlayerType[,] GetBoard()
|
|
||||||
{
|
|
||||||
return _board;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
//착수 버튼 클릭시 호출되는 함수
|
//착수 버튼 클릭시 호출되는 함수
|
||||||
public void OnConfirm()
|
public void OnConfirm()
|
||||||
@ -339,6 +333,7 @@ public class GameLogic : MonoBehaviour
|
|||||||
public void EndGame()
|
public void EndGame()
|
||||||
{
|
{
|
||||||
SetState(null);
|
SetState(null);
|
||||||
|
//TODO: 게임 종료 후 행동 구현
|
||||||
}
|
}
|
||||||
|
|
||||||
//승리 확인 함수
|
//승리 확인 함수
|
||||||
|
Loading…
x
Reference in New Issue
Block a user