mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 09:03:01 +08: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.
|
/// 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.
|
/// It should not be used in any real capacity going forward.
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class ModScoreV2 : Mod
|
public sealed class ModScoreV2 : Mod
|
||||||
{
|
{
|
||||||
public override string Name => "Score V2";
|
public override string Name => "Score V2";
|
||||||
public override string Acronym => @"SV2";
|
public override string Acronym => @"SV2";
|
||||||
|
Loading…
Reference in New Issue
Block a user