Framework update

This commit is contained in:
Tercio Jose
2020-04-14 14:58:29 -03:00
parent 149986e6cc
commit e2a169aa72
5 changed files with 415 additions and 115 deletions
+2
View File
@@ -21,6 +21,8 @@ do
local metaPrototype = {
WidgetType = "button",
SetHook = DF.SetHook,
HasHook = DF.HasHook,
ClearHooks = DF.ClearHooks,
RunHooksForWidget = DF.RunHooksForWidget,
}