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 {}