protected void OnRetry() { Endgame.Close(); director.UiRetryCommand(); Ingame.Open(); }
protected void OnNext() { Endgame.Close(); director.UiNextCommand(); Ingame.Open(); }