More code cleanup and framework update

This commit is contained in:
Tercio Jose
2023-06-25 11:29:45 -03:00
parent fae511884c
commit 7b34b88ca3
10 changed files with 383 additions and 338 deletions
@@ -114,6 +114,7 @@
---@alias textureid number each texture from the game client has an id.
---@alias texturepath string access textures from addons.
---@alias unixtime number
---@alias valueamount number used to represent a value, such as a damage amount, a healing amount, or a resource amount.
---@class _G
---@field RegisterAttributeDriver fun(statedriver: frame, attribute: string, conditional: string)