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