private void EnablePickState() { gameBoard.EnablePicks(true); if (playerOne == false) { StartCoroutine(aiPlayer.Pick()); } }