Funkin/source/funkin/play/song/ScriptedSong.hx

10 lines
174 B
Haxe
Raw Normal View History

2022-09-06 00:59:54 -04:00
package funkin.play.song;
2022-09-13 01:09:30 -04:00
import funkin.play.song.Song;
2022-09-06 00:59:54 -04:00
import polymod.hscript.HScriptedClass;
@:hscriptClass
class ScriptedSong extends Song implements HScriptedClass
{
}