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