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