mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 05:01:20 +08:00
Don't serialise OriginalSamples
This commit is contained in:
@@ -81,6 +81,7 @@ namespace osu.Game.Rulesets.Osu.Objects
|
||||
|
||||
public List<IList<HitSampleInfo>> NodeSamples { get; set; } = new List<IList<HitSampleInfo>>();
|
||||
|
||||
[JsonIgnore]
|
||||
public IList<HitSampleInfo> OriginalSamples { get; private set; }
|
||||
|
||||
private int repeatCount;
|
||||
|
||||
Reference in New Issue
Block a user