Add active/inactive styling to ClassPicker
This commit is contained in:
Vendored
+7
@@ -5,6 +5,13 @@ interface TalentTree {
|
||||
talents: Talent[]
|
||||
}
|
||||
|
||||
interface ClassData {
|
||||
id: number
|
||||
name: string
|
||||
icon: string
|
||||
specs: number[]
|
||||
}
|
||||
|
||||
interface TalentData {
|
||||
/** ID for the Talent */
|
||||
id: number
|
||||
|
||||
Reference in New Issue
Block a user