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