mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 01:17:35 +09:00
Don't serialise OriginalSamples
This commit is contained in:
parent
7713c8a45f
commit
7d291ed7d7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user