2025-06-29 12:00:38 +08:00

5 lines
131 B
Dart

abstract class Strings {
static const fieldGameVersion = '遊戲版本';
static const buttonStartToInstall = '開始安裝';
}