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