1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-04-12 15:24:30 +00:00

Delete ScriptedMusicBeatSubstate.hx

This commit is contained in:
Cameron Taylor 2023-06-13 01:31:41 -04:00 committed by GitHub
parent 29e563b11f
commit a42daecdc1

View file

@ -1,8 +0,0 @@
package funkin.modding.base;
/**
* A script that can be tied to a MusicBeatSubState.
* Create a scripted class that extends MusicBeatSubState to use this.
*/
@:hscriptClass
class ScriptedMusicBeatSubState extends funkin.MusicBeatSubState implements HScriptedClass {}