mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Mode -> Ruleset.
This commit is contained in:
15
osu.Game.Rulesets.Taiko/Judgements/TaikoHitResult.cs
Normal file
15
osu.Game.Rulesets.Taiko/Judgements/TaikoHitResult.cs
Normal file
@ -0,0 +1,15 @@
|
||||
// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
|
||||
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace osu.Game.Rulesets.Taiko.Judgements
|
||||
{
|
||||
public enum TaikoHitResult
|
||||
{
|
||||
[Description("GOOD")]
|
||||
Good,
|
||||
[Description("GREAT")]
|
||||
Great
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user