Skip to content

Commit

Permalink
Seems finally able to remove the stage info from the beatmap.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy840119 committed Nov 30, 2024
1 parent d1cc4f8 commit 2f0203f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions osu.Game.Rulesets.Karaoke/Beatmaps/KaraokeBeatmap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ public class KaraokeBeatmap : Beatmap<KaraokeHitObject>

public PageInfo PageInfo { get; set; } = new();

public IList<StageInfo> StageInfos { get; set; } = new List<StageInfo>();

/// <summary>
/// This property will not be null after <see cref="KaraokeBeatmapProcessor.PreProcess"/> is called.
/// </summary>
[JsonIgnore]
public StageInfo? CurrentStageInfo { get; set; }

public NoteInfo NoteInfo { get; set; } = new();

public bool Scorable { get; set; }
Expand Down

0 comments on commit 2f0203f

Please sign in to comment.