mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add IMod and change ShortenedName to Acronym
This commit is contained in:
10
osu.Game/Rulesets/Mods/IMod.cs
Normal file
10
osu.Game/Rulesets/Mods/IMod.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace osu.Game.Rulesets.Mods
|
||||
{
|
||||
public interface IMod
|
||||
{
|
||||
/// <summary>
|
||||
/// The shortened name of this mod.
|
||||
/// </summary>
|
||||
string Acronym { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user