mirror of
https://github.com/chenasraf/mudblock.git
synced 2026-05-18 01:48:57 +00:00
5 lines
80 B
Dart
5 lines
80 B
Dart
class Settings {
|
|
String commandSeparator = ';';
|
|
bool echoCommands = true;
|
|
}
|