6 lines
184 B
Dart
6 lines
184 B
Dart
class BotMode {
|
|
static const discussion = "discussion";
|
|
static const custom = "custom";
|
|
static const storyGame = "story_game";
|
|
static const textAdventure = "text_adventure";
|
|
}
|