public void EggFound(Leaderboard data) { OnEggFound?.Invoke(data); }
public void EggFound() { OnEggFound?.Invoke(); }