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
|
|
|
|
{
|
|
|
|
}
|