Fix name of color attribute on JobSkill

This commit is contained in:
Justin Edmund 2022-11-29 00:58:48 -08:00
parent 79a0095d22
commit 235f36814f

2
types/JobSkill.d.ts vendored
View file

@ -7,7 +7,7 @@ interface JobSkill {
ja: string
}
slug: string
group: number
color: number
main: boolean
base: boolean
sub: boolean