Funkin/source/funkin/play/event/ScriptedSongEvent.hx
2023-01-22 19:55:30 -05:00

9 lines
185 B
Haxe

package funkin.play.event;
import funkin.play.song.Song;
import polymod.hscript.HScriptedClass;
@:hscriptClass
class ScriptedSongEvent extends SongEvent implements HScriptedClass
{
}