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/ScriptedObject.hx
2025-06-23 17:24:36 -04:00

9 lines
260 B
Haxe

package funkin.modding.base;
/**
* A script that can be tied to an Object (empty base class).
* Create a scripted class that extends Object to use this.
*/
@:hscriptClass
class ScriptedObject extends funkin.modding.base.Object implements HScriptedClass {}