mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Daycore mod
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Rulesets.Mods
|
||||
|
||||
public override double ScoreMultiplier => 1.12;
|
||||
|
||||
public void ApplyToClock(IAdjustableClock clock)
|
||||
public virtual void ApplyToClock(IAdjustableClock clock)
|
||||
{
|
||||
clock.Rate = 0.75;
|
||||
}
|
||||
|
Reference in New Issue
Block a user