mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 10:46:53 +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 AttachmentType = require "spine-lua.AttachmentType"
|
||||||
local RegionAttachment = require "spine-lua.RegionAttachment"
|
local RegionAttachment = require "spine-lua.RegionAttachment"
|
||||||
|
local MeshAttachment = require "spine-lua.MeshAttachment"
|
||||||
local BoundingBoxAttachment = require "spine-lua.BoundingBoxAttachment"
|
local BoundingBoxAttachment = require "spine-lua.BoundingBoxAttachment"
|
||||||
local MeshAttachment = require "spine-lua.MeshAttachment"
|
local MeshAttachment = require "spine-lua.MeshAttachment"
|
||||||
local SkinningMeshAttachment = require "spine-lua.SkinnedMeshAttachment"
|
local SkinningMeshAttachment = require "spine-lua.SkinnedMeshAttachment"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user