Initial commit with gitignore
This commit is contained in:
13
lib/data/league_data.dart
Normal file
13
lib/data/league_data.dart
Normal file
@@ -0,0 +1,13 @@
|
||||
// 遊び用のリーグ候補
|
||||
const leagues = [
|
||||
'プレミアリーグ',
|
||||
'ラ・リーガ',
|
||||
'セリエA',
|
||||
'ブンデスリーガ',
|
||||
'リーグ・アン',
|
||||
'Jリーグ',
|
||||
'代表(ナショナル)',
|
||||
];
|
||||
|
||||
// “縛りの名前”を表示するとき用(任意)
|
||||
const leagueLabel = 'リーグ縛り';
|
||||
Reference in New Issue
Block a user