1
0
mirror of synced 2025-02-16 10:42:42 +01:00
2022-04-25 02:07:11 +08:00

9 lines
105 B
C#

namespace SharedProject.enums;
public enum Difficulty
{
Simple,
Normal,
Hard,
Extra
}