11 lines
156 B
C#
11 lines
156 B
C#
namespace Quests.Runtime
|
|
{
|
|
public enum QuestDifficultyEnum
|
|
{
|
|
Easy,
|
|
Medium,
|
|
Hard,
|
|
Extrem,
|
|
Impossible
|
|
}
|
|
}
|