1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 02:22:59 +08:00

Seal ModScoreV2

Nobody should ever need to extend it.
This commit is contained in:
Bartłomiej Dach 2023-10-31 16:16:14 +01:00
parent 3a2645efb1
commit 456f4ebba2
No known key found for this signature in database

View File

@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Mods
/// This mod is used strictly to mark osu!stable scores set with the "Score V2" mod active.
/// It should not be used in any real capacity going forward.
/// </remarks>
public class ModScoreV2 : Mod
public sealed class ModScoreV2 : Mod
{
public override string Name => "Score V2";
public override string Acronym => @"SV2";