"/" にファイルをアップロード
This commit is contained in:
6
player_positions.dart
Normal file
6
player_positions.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
final Map <String, List<String>> positionsGroups = {
|
||||
'GK': ['GK'],
|
||||
'DF': ['CB','LSB','RSB'],
|
||||
'MF': ['DMF','CMF','OMF','LMF','RMF'],
|
||||
'FW': ['CF','ST','LWG','RWG'],
|
||||
};
|
||||
Reference in New Issue
Block a user