feature: current users tooltip

This commit is contained in:
2024-05-09 17:19:22 +02:00
parent 122532f0ed
commit 392a6437f8
5 changed files with 59 additions and 6 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ export const tooltipKeys = [
'DonatorTooltip',
'BaseTooltip',
'VehiclePreviewTooltip',
'SpawnsTooltip'
'SpawnsTooltip',
'UsersTooltip'
] as const;
export type TooltipType = (typeof tooltipKeys)[number];