8 lines
96 B
C#
8 lines
96 B
C#
public enum TaskDifficultyEnum
|
|
{
|
|
Easy,
|
|
Normal,
|
|
Medium,
|
|
Hard,
|
|
Impossible
|
|
} |