Beispiel #1
0
 private void OnScoreUpdate(long score, long increase)
 {
     EventHub.Emit <EventUpdateScore>(new EventUpdateScore(score, increase));
     PlayerPrefsHelper.AddToTotalScore((int)increase);
 }