Example #1
0
 protected virtual void OnPlayerCorrect(Color nextColor, int score)
 {
     CorrectAnswer?.Invoke(nextColor, score);
 }