Funkin/source/funkin/play/notes/notekind/ScriptedNoteKind.hx
2024-07-12 02:13:10 -04:00

9 lines
304 B
Haxe

package funkin.play.notes.notekind;
/**
* A script that can be tied to a NoteKind.
* Create a scripted class that extends NoteKind,
* then call `super('noteKind')` in the constructor to use this.
*/
@:hscriptClass
class ScriptedNoteKind extends NoteKind implements polymod.hscript.HScriptedClass {}