package funkin.play.notes.notestyle;

/**
 * A script that can be tied to a NoteStyle.
 * Create a scripted class that extends NoteStyle to use this.
 * This allows you to customize how a specific note style appears.
 */
@:hscriptClass
class ScriptedNoteStyle extends funkin.play.notes.notestyle.NoteStyle implements polymod.hscript.HScriptedClass {}