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 7df13ec commit 000546eCopy full SHA for 000546e
source/funkin/backend/scripting/Script.hx
@@ -28,6 +28,11 @@ class Script extends FlxBasic implements IFlxDestroyable {
28
"Reflect" => Reflect,
29
"StringTools" => StringTools,
30
"Json" => haxe.Json,
31
+ "Xml" => Xml,
32
+ "Type" => Type,
33
+ "Date" => Date,
34
+ "Lambda" => Lambda,
35
+ "Sys" => Sys,
36
37
// OpenFL & Lime related stuff
38
"Assets" => openfl.utils.Assets,
0 commit comments