Files
enduro2d/samples/bin/library/scripts/emmy/assets/sound.lua
2019-11-14 03:38:24 +07:00

16 lines
232 B
Lua

---@class sound
local sound = {
}
---@type sound
_G.sound = _G.sound or sound
---@class sound_asset
local sound_asset = {
---@type sound
content = nil
}
---@type sound_asset
_G.sound_asset = _G.sound_asset or sound_asset