Funkin/source/funkin/modding/module/ScriptedModule.hx

11 lines
292 B
Haxe
Raw Normal View History

package funkin.modding.module;
import polymod.hscript.HScriptedClass;
/**
* A script that can be tied to a Module, which persists across states.
* Create a scripted class that extends Module to use this.
*/
@:hscriptClass
class ScriptedModule extends Module implements HScriptedClass {}