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