예제 #1
0
 public void EggFound(Leaderboard data)
 {
     OnEggFound?.Invoke(data);
 }
예제 #2
0
 public void EggFound()
 {
     OnEggFound?.Invoke();
 }