summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/EventCustom.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/EventCustom.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/EventCustom.lua19
2 files changed, 0 insertions, 19 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/EventCustom.lua b/meta/3rd/Cocos4.0/library/cc/EventCustom.lua
deleted file mode 100644
index 68cde923..00000000
--- a/meta/3rd/Cocos4.0/library/cc/EventCustom.lua
+++ /dev/null
@@ -1,19 +0,0 @@
----@meta
-
----@class cc.EventCustom :cc.Event
-local EventCustom={ }
-cc.EventCustom=EventCustom
-
-
-
-
----* Gets event name.<br>
----* return The name of the event.
----@return string
-function EventCustom:getEventName () end
----* Constructor.<br>
----* param eventName A given name of the custom event.<br>
----* js ctor
----@param eventName string
----@return self
-function EventCustom:EventCustom (eventName) end \ No newline at end of file