removed beta feature (moved on other branch)
This commit is contained in:
parent
f3900ec0d4
commit
0949c2b147
3 changed files with 0 additions and 15 deletions
|
|
@ -1 +0,0 @@
|
|||
-- we should add dumping gui to xml feature
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
local module = {};
|
||||
|
||||
function module.init(shared)
|
||||
local new = {};
|
||||
|
||||
function shared.new(property)
|
||||
|
||||
end
|
||||
|
||||
return new;
|
||||
end
|
||||
|
||||
return module;
|
||||
|
|
@ -1 +0,0 @@
|
|||
-- this feature will depends on https://github.com/nofairTCM/AdvancedTween
|
||||
Loading…
Reference in a new issue