コード例 #1
0
 private void showBeatmapWithStatus(BeatmapOnlineStatus status)
 {
     leaderboard.BeatmapInfo = new BeatmapInfo
     {
         OnlineID = 1113057,
         Status   = status,
     };
 }
コード例 #2
0
 public static bool GrantsPerformancePoints(this BeatmapOnlineStatus status)
 => status == BeatmapOnlineStatus.Ranked || status == BeatmapOnlineStatus.Approved;