1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-24 04:03:02 +08:00

Add Copyright header

This commit is contained in:
Mk-56spn 2022-09-16 13:36:04 +02:00
parent 7fc0366afd
commit 427bd18269

View File

@ -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.Linq;
using osu.Framework.Bindables;
@ -27,7 +30,7 @@ namespace osu.Game.Rulesets.Osu.Mods
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 void ApplyToDrawableRuleset(DrawableRuleset<OsuHitObject> drawableRuleset)