Table of Contents

Enum DifficultySet

Namespace
ChartTools.IO.Components
Assembly
ChartTools.dll

Flag-based version of the Difficulty enum for use in InstrumentComponentList

[Flags]
public enum DifficultySet : byte

Fields

All = Easy | Medium | Hard | Expert
Easy = 1
Expert = 8
Hard = 4
Medium = 2
None = 0