Funkin/source/funkin/play/event/ScriptedSongEvent.hx

10 lines
185 B
Haxe
Raw Normal View History

2023-01-22 19:55:30 -05:00
package funkin.play.event;
import funkin.play.song.Song;
import polymod.hscript.HScriptedClass;
@:hscriptClass
class ScriptedSongEvent extends SongEvent implements HScriptedClass
{
}