mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Don't store beatmap reference in hitobjects.
This commit is contained in:
@ -21,8 +21,8 @@ namespace osu.Game.Modes.Objects
|
||||
|
||||
public double Duration => EndTime - StartTime;
|
||||
|
||||
public Beatmap Beatmap;
|
||||
|
||||
public HitSampleInfo Sample;
|
||||
|
||||
public virtual void SetDefaultsFromBeatmap(Beatmap beatmap) { }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user