1
0
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:
Dark98 2025-01-11 05:50:30 +01:00 committed by GitHub
parent 3b845e4792
commit f085b51c6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}