Update v6.4 data

This commit is contained in:
Sakura Knoll
2023-02-28 13:23:00 +09:00 Unverified
parent b6241e02eb
commit d9d4e41fc2
30 changed files with 1081 additions and 57 deletions
+4
View File
@@ -55,6 +55,10 @@ export const erVersions = [
version: '6.3',
battlesuits: ['hotr', '6s'],
},
{
version: '6.4',
battlesuits: ['hof', 'hoo'],
},
].reverse()
export const erBattlesuits = erVersions.reduce<string[]>((list, version) => {