Working tooltips!
This commit is contained in:
Vendored
+2
@@ -50,3 +50,5 @@ interface Talent {
|
||||
}
|
||||
|
||||
type TalentClickHandler = (specId: number, talentId: number, modifier: 1 | -1) => void
|
||||
|
||||
type TooltipPosition = 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'left' | 'right'
|
||||
Reference in New Issue
Block a user