mirror of https://github.com/axmolengine/axmol.git
10 lines
203 B
Lua
10 lines
203 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module Show
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Show] create
|
||
|
-- @param self
|
||
|
-- @return Show#Show ret (return value: cc.Show)
|
||
|
|
||
|
return nil
|