mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
10 lines
185 B
Haxe
10 lines
185 B
Haxe
|
package funkin.play.event;
|
||
|
|
||
|
import funkin.play.song.Song;
|
||
|
import polymod.hscript.HScriptedClass;
|
||
|
|
||
|
@:hscriptClass
|
||
|
class ScriptedSongEvent extends SongEvent implements HScriptedClass
|
||
|
{
|
||
|
}
|