5 lines
131 B
Dart

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