mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Add osu! prefix to mode descriptions.
This commit is contained in:
parent
11403a922a
commit
c2d4672b8d
@ -10,11 +10,11 @@ namespace osu.Game.GameModes.Play
|
|||||||
{
|
{
|
||||||
[Description(@"osu!")]
|
[Description(@"osu!")]
|
||||||
Osu = 0,
|
Osu = 0,
|
||||||
[Description(@"taiko")]
|
[Description(@"osu!taiko")]
|
||||||
Taiko = 1,
|
Taiko = 1,
|
||||||
[Description(@"catch")]
|
[Description(@"osu!catch")]
|
||||||
Catch = 2,
|
Catch = 2,
|
||||||
[Description(@"mania")]
|
[Description(@"osu!mania")]
|
||||||
Mania = 3
|
Mania = 3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user