mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 22:16:53 +07:00
7 lines
103 B
Lua
7 lines
103 B
Lua
---@class touchable
|
|
local touchable = {
|
|
}
|
|
|
|
---@type touchable
|
|
_G.touchable = _G.touchable or touchable
|