mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 07:12:54 +08:00
Update StrainSkill.cs
This commit is contained in:
parent
3b845e4792
commit
f085b51c6a
@ -1,4 +1,4 @@
|
||||
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
|
||||
// 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;
|
||||
@ -138,5 +138,6 @@ namespace osu.Game.Rulesets.Difficulty.Skills
|
||||
|
||||
return difficulty;
|
||||
}
|
||||
public override double DifficultyFactor() => 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user