Update proficiency typing

This commit is contained in:
Justin Edmund 2023-06-30 22:25:58 -07:00
parent a991011115
commit c9cfb45b57

View file

@ -31,10 +31,7 @@ interface Character {
race1: number
race2: number
}
proficiency: {
proficiency1: number
proficiency2: number
}
proficiency: number[]
awakenings: Awakening[]
position?: number
special: boolean