Rename AxSkill to ItemSkill
This commit is contained in:
parent
61c7341ee3
commit
1179e4936c
1 changed files with 2 additions and 2 deletions
4
types/AxSkill.d.ts → types/ItemSkill.d.ts
vendored
4
types/AxSkill.d.ts → types/ItemSkill.d.ts
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
interface AxSkill {
|
interface ItemSkill {
|
||||||
name: {
|
name: {
|
||||||
[key: string]: string
|
[key: string]: string
|
||||||
en: string
|
en: string
|
||||||
|
|
@ -9,5 +9,5 @@ interface AxSkill {
|
||||||
minValue: number
|
minValue: number
|
||||||
maxValue: number
|
maxValue: number
|
||||||
suffix?: string
|
suffix?: string
|
||||||
secondary?: AxSkill[]
|
secondary?: ItemSkill[]
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue