public void SetCountdown() { if (Response) { PlayerController.ResponseCountdown(maxTime); } else { PlayerController.TurnCountdown(maxTime); } }