Exemple #1
0
 private void Notify()
 {
     m_OnJudgeEvent?.Invoke(m_LastJudgement);
     m_OnDirectionEvent?.Invoke(m_LastDirection);
     m_OnScoreUpdateEvent?.Invoke(0);
     m_OnAccuracyUpdateEvent?.Invoke(m_Acurracy);
     m_onComboUpdateEvent?.Invoke(m_Combo);
 }