package funkin.modding.base;

/**
 * A script that can be tied to an FlxRuntimeShader.
 * Create a scripted class that extends FlxRuntimeShader to use this.
 */
@:hscriptClass
class ScriptedFlxRuntimeShader extends flixel.addons.display.FlxRuntimeShader implements HScriptedClass {}