protected virtual void OnRankedUp(UIRankBarEventArgs e) { Game.PlaySound("MEDAL_UP", "HUD_MINI_GAME_SOUNDSET"); Game.PlaySound("RANK_UP", "HUD_AWARDS"); RankedUp?.Invoke(this, e); }
protected virtual void OnRankedUp(UIRankBarEventArgs e) { RankedUp?.Invoke(this, e); }