mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-09 08:38:43 +08:00
Merge pull request #382 from SilverThorax/master
[LUA] Added missing require
This commit is contained in:
commit
e4cff0a319
@ -31,6 +31,7 @@
|
||||
|
||||
local AttachmentType = require "spine-lua.AttachmentType"
|
||||
local RegionAttachment = require "spine-lua.RegionAttachment"
|
||||
local MeshAttachment = require "spine-lua.MeshAttachment"
|
||||
local BoundingBoxAttachment = require "spine-lua.BoundingBoxAttachment"
|
||||
local MeshAttachment = require "spine-lua.MeshAttachment"
|
||||
local SkinningMeshAttachment = require "spine-lua.SkinnedMeshAttachment"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user