Skip to content

Commit f44d019

Browse files
authored
my first ever commit in 2026
Removed the noCustomClass metadata from CancellableEvent.
1 parent f8a06bf commit f44d019

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/funkin/backend/scripting/events/CancellableEvent.hx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import flixel.util.FlxDestroyUtil.IFlxDestroyable;
44

55
@:allow(funkin.backend.scripting.ScriptPack)
66
@:autoBuild(funkin.backend.system.macros.EventMacro.build())
7-
@:noCustomClass
87
class CancellableEvent implements IFlxDestroyable {
98
@:dox(hide) public var cancelled:Bool = false;
109
@:dox(hide) private var __continueCalls:Bool = true;
@@ -54,4 +53,4 @@ class CancellableEvent implements IFlxDestroyable {
5453
public function destroy() {
5554
data = null;
5655
}
57-
}
56+
}

0 commit comments

Comments
 (0)