Funkin/source/funkin/play/song/ScriptedSong.hx
2022-09-13 01:09:30 -04:00

9 lines
174 B
Haxe

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