Add active/inactive styling to ClassPicker

This commit is contained in:
Melvin Valster
2019-07-21 22:36:46 +02:00
parent 431f944b50
commit 8302af7504
7 changed files with 73 additions and 48 deletions
+7
View File
@@ -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