1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-10 08:44:47 +00:00
Funkin/source/funkin/play/song/ScriptedSong.hx

9 lines
144 B
Haxe
Raw Normal View History

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