mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-30 19:37:04 -05:00
8 lines
144 B
Haxe
8 lines
144 B
Haxe
package funkin.play.song;
|
|
|
|
import polymod.hscript.HScriptedClass;
|
|
|
|
@:hscriptClass
|
|
class ScriptedSong extends Song implements HScriptedClass
|
|
{
|
|
}
|