HOTFIX: dirty label flag script access

This commit is contained in:
BlackMATov
2020-02-07 11:26:21 +07:00
parent 7075fb4fb4
commit 1d3a00b15d
2 changed files with 16 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
---@class label
local label = {
---@type boolean
dirty = false,
---@type string
text = "",