"/" にファイルをアップロード

This commit is contained in:
2025-12-09 12:52:41 +09:00
commit e4a0f60f3c
5 changed files with 522 additions and 0 deletions

6
player_positions.dart Normal file
View 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'],
};