mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
9 lines
174 B
Haxe
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
|
|
{
|
|
}
|