Update v6.3 data

This commit is contained in:
Sakura Knoll
2023-01-13 13:30:30 +09:00 Unverified
parent f9607bc730
commit 8a3231208b
21 changed files with 690 additions and 64 deletions
+4
View File
@@ -51,6 +51,10 @@ export const erVersions = [
version: '6.2',
battlesuits: ['cn', 'vke'],
},
{
version: '6.3',
battlesuits: ['hotr', '6s'],
},
].reverse()
export const erBattlesuits = erVersions.reduce<string[]>((list, version) => {