fluffychat/lib/pangea/constants/bot_mode.dart
2024-10-10 15:23:34 +11:00

7 lines
218 B
Dart

class BotMode {
static const direct = "direct";
static const discussion = "discussion";
static const custom = "custom";
static const storyGame = "story_game";
static const textAdventure = "text_adventure";
}