We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a06bf commit f44d019Copy full SHA for f44d019
1 file changed
source/funkin/backend/scripting/events/CancellableEvent.hx
@@ -4,7 +4,6 @@ import flixel.util.FlxDestroyUtil.IFlxDestroyable;
4
5
@:allow(funkin.backend.scripting.ScriptPack)
6
@:autoBuild(funkin.backend.system.macros.EventMacro.build())
7
-@:noCustomClass
8
class CancellableEvent implements IFlxDestroyable {
9
@:dox(hide) public var cancelled:Bool = false;
10
@:dox(hide) private var __continueCalls:Bool = true;
@@ -54,4 +53,4 @@ class CancellableEvent implements IFlxDestroyable {
54
53
public function destroy() {
55
data = null;
56
}
57
-}
+}
0 commit comments