1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-08-31 19:04:55 +00:00
Funkin/source/funkin/modding/base/ScriptedFlxObject.hx
2025-06-23 17:24:36 -04:00

9 lines
240 B
Haxe

package funkin.modding.base;
/**
* A script that can be tied to an FlxObject.
* Create a scripted class that extends FlxObject to use this.
*/
@:hscriptClass
class ScriptedFlxObject extends flixel.FlxObject implements HScriptedClass {}