mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move enums out of nesting
This commit is contained in:
@ -5,42 +5,6 @@ namespace osu.Game.Rulesets.Edit.Checks.Components
|
||||
{
|
||||
public class CheckMetadata
|
||||
{
|
||||
/// <summary>
|
||||
/// The category of an issue.
|
||||
/// </summary>
|
||||
public enum CheckCategory
|
||||
{
|
||||
/// <summary> Anything to do with control points. </summary>
|
||||
Timing,
|
||||
|
||||
/// <summary> Anything to do with artist, title, creator, etc. </summary>
|
||||
Metadata,
|
||||
|
||||
/// <summary> Anything to do with non-audio files, e.g. background, skin, sprites, and video. </summary>
|
||||
Resources,
|
||||
|
||||
/// <summary> Anything to do with audio files, e.g. song and hitsounds. </summary>
|
||||
Audio,
|
||||
|
||||
/// <summary> Anything to do with files that don't fit into the above, e.g. unused, osu, or osb. </summary>
|
||||
Files,
|
||||
|
||||
/// <summary> Anything to do with hitobjects unrelated to spread. </summary>
|
||||
Compose,
|
||||
|
||||
/// <summary> Anything to do with difficulty levels or their progression. </summary>
|
||||
Spread,
|
||||
|
||||
/// <summary> Anything to do with variables like CS, OD, AR, HP, and global SV. </summary>
|
||||
Settings,
|
||||
|
||||
/// <summary> Anything to do with hitobject feedback. </summary>
|
||||
Hitsounds,
|
||||
|
||||
/// <summary> Anything to do with storyboarding, breaks, video offset, etc. </summary>
|
||||
Events
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// The category this check belongs to. E.g. <see cref="CheckCategory.Metadata"/>, <see cref="CheckCategory.Timing"/>, or <see cref="CheckCategory.Compose"/>.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user