Fix name of color attribute on JobSkill
This commit is contained in:
parent
79a0095d22
commit
235f36814f
1 changed files with 1 additions and 1 deletions
2
types/JobSkill.d.ts
vendored
2
types/JobSkill.d.ts
vendored
|
|
@ -7,7 +7,7 @@ interface JobSkill {
|
||||||
ja: string
|
ja: string
|
||||||
}
|
}
|
||||||
slug: string
|
slug: string
|
||||||
group: number
|
color: number
|
||||||
main: boolean
|
main: boolean
|
||||||
base: boolean
|
base: boolean
|
||||||
sub: boolean
|
sub: boolean
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue