mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 22:34:36 +00:00
10 lines
174 B
Haxe
10 lines
174 B
Haxe
package funkin.play.song;
|
|
|
|
import funkin.play.song.Song;
|
|
import polymod.hscript.HScriptedClass;
|
|
|
|
@:hscriptClass
|
|
class ScriptedSong extends Song implements HScriptedClass
|
|
{
|
|
}
|