IEnumerator YinPhase() { io.startHoverInfo(); yield return(StartCoroutine(playerBoard.performGhostActions())); yield return(StartCoroutine(drawGhost())); io.stopHoverInfo(); }