11 lines
150 B
C#
11 lines
150 B
C#
namespace Core.Models.Enums.RaidSettings;
|
|
|
|
public enum BotDifficulty
|
|
{
|
|
AS_ONLINE,
|
|
EASY,
|
|
MEDIUM,
|
|
HARD,
|
|
IMPOSSIBLE,
|
|
RANDOM,
|
|
} |