public void AdvanceCurrentTurnSegment() { turnMgr.AdvanceCurrentTurnSegment(); // HACK: InputHandler update isn't being called before the next time it's asked for ChoiceKeyDown and the rest, // so this forces that false. FindObjectOfType <InputHandler>().RefreshKeys(); }