Files
enduro2d/samples/bin/library/scripts/emmy/components/touchable.lua
2019-11-29 03:42:33 +07:00

7 lines
103 B
Lua

---@class touchable
local touchable = {
}
---@type touchable
_G.touchable = _G.touchable or touchable