diff options
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/StopGrid.lua')
m--------- | meta/3rd/Cocos4.0 | 0 | ||||
-rw-r--r-- | meta/3rd/Cocos4.0/library/cc/StopGrid.lua | 26 |
2 files changed, 0 insertions, 26 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0 new file mode 160000 +Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8 diff --git a/meta/3rd/Cocos4.0/library/cc/StopGrid.lua b/meta/3rd/Cocos4.0/library/cc/StopGrid.lua deleted file mode 100644 index 446323cf..00000000 --- a/meta/3rd/Cocos4.0/library/cc/StopGrid.lua +++ /dev/null @@ -1,26 +0,0 @@ ----@meta - ----@class cc.StopGrid :cc.ActionInstant -local StopGrid={ } -cc.StopGrid=StopGrid - - - - ----* brief Create a StopGrid Action.<br> ----* return Return a pointer of StopGrid. When the creation failed, return nil. ----@return self -function StopGrid:create () end ----* ----@param target cc.Node ----@return self -function StopGrid:startWithTarget (target) end ----* ----@return self -function StopGrid:clone () end ----* ----@return self -function StopGrid:reverse () end ----* ----@return self -function StopGrid:StopGrid () end
\ No newline at end of file |