removed notSelected option of Difficulty enum

This commit is contained in:
2025-02-11 16:27:47 +01:00
parent 681532f557
commit 094054ec00

View File

@@ -7,7 +7,6 @@ enum UnitType {
}
enum Difficulty {
notSelected,
veryEasy,
easy,
intermediate,