mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Move a few classes/enums into separate files.
This commit is contained in:
12
osu.Game/Modes/Objects/Drawables/HitResult.cs
Normal file
12
osu.Game/Modes/Objects/Drawables/HitResult.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace osu.Game.Modes.Objects.Drawables
|
||||
{
|
||||
public enum HitResult
|
||||
{
|
||||
[Description(@"Miss")]
|
||||
Miss,
|
||||
[Description(@"Hit")]
|
||||
Hit,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user