mirror of
https://github.com/ppy/osu
synced 2024-12-11 17:42:28 +00:00
Seal ModScoreV2
Nobody should ever need to extend it.
This commit is contained in:
parent
3a2645efb1
commit
456f4ebba2
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user