mirror of
https://github.com/ppy/osu.git
synced 2024-12-24 10:43:06 +08:00
Add Copyright header
This commit is contained in:
parent
7fc0366afd
commit
427bd18269
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||||
|
// See the LICENCE file in the repository root for full licence text.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using osu.Framework.Bindables;
|
using osu.Framework.Bindables;
|
||||||
@ -27,7 +30,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
|
|
||||||
public override IconUsage? Icon => FontAwesome.Solid.Camera;
|
public override IconUsage? Icon => FontAwesome.Solid.Camera;
|
||||||
|
|
||||||
[SettingSource("Measure", "How often the hitcircles should be Grouped to freeze")]
|
[SettingSource("Measure", "How often the hit-circles should be Grouped to freeze")]
|
||||||
public Bindable<BeatDivisor> Divisor { get; } = new Bindable<BeatDivisor>(BeatDivisor.Single_Measure);
|
public Bindable<BeatDivisor> Divisor { get; } = new Bindable<BeatDivisor>(BeatDivisor.Single_Measure);
|
||||||
|
|
||||||
public void ApplyToDrawableRuleset(DrawableRuleset<OsuHitObject> drawableRuleset)
|
public void ApplyToDrawableRuleset(DrawableRuleset<OsuHitObject> drawableRuleset)
|
||||||
|
Loading…
Reference in New Issue
Block a user