コード例 #1
0
ファイル: RankBar.cs プロジェクト: 5l1v3r1/AirSuperiority2
 protected virtual void OnRankedUp(UIRankBarEventArgs e)
 {
     Game.PlaySound("MEDAL_UP", "HUD_MINI_GAME_SOUNDSET");
     Game.PlaySound("RANK_UP", "HUD_AWARDS");
     RankedUp?.Invoke(this, e);
 }
コード例 #2
0
 protected virtual void OnRankedUp(UIRankBarEventArgs e)
 {
     RankedUp?.Invoke(this, e);
 }