public IEnumerator NewBestCor(float time, float score, int level, List <LeaderBoardData> datas) { yield return(new WaitForSeconds(time)); if (newBest.NotNull()) { Hide(hud); Show(newBest); newBest.DataNewBest(score, level, datas); } }