mirror of
https://github.com/osukey/osukey.git
synced 2025-05-08 23:27:38 +09:00
Remove unnecessary newline
This commit is contained in:
parent
46865bbacd
commit
ff0927e71b
@ -71,7 +71,6 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
|||||||
private readonly List<Judgement> judgements = new List<Judgement>();
|
private readonly List<Judgement> judgements = new List<Judgement>();
|
||||||
public IReadOnlyList<Judgement> Judgements => judgements;
|
public IReadOnlyList<Judgement> Judgements => judgements;
|
||||||
|
|
||||||
|
|
||||||
protected List<SampleChannel> Samples = new List<SampleChannel>();
|
protected List<SampleChannel> Samples = new List<SampleChannel>();
|
||||||
|
|
||||||
public readonly Bindable<ArmedState> State = new Bindable<ArmedState>();
|
public readonly Bindable<ArmedState> State = new Bindable<ArmedState>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user