Translate weapon list page

This commit is contained in:
Sakura Knoll
2022-01-08 20:20:46 +09:00 Unverified
parent 47092ee950
commit 0fbbb45c80
6 changed files with 77 additions and 23 deletions
+3
View File
@@ -1,11 +1,14 @@
export interface WeaponSkill {
name: string
krName?: string
description: string
krDescription?: string
}
export interface WeaponData {
id: string
name: string
krName?: string
atk: number
crt: number
category: