mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
8 lines
205 B
Haxe
8 lines
205 B
Haxe
package funkin.modding.base;
|
|
|
|
import flixel.FlxState;
|
|
import funkin.modding.IHook;
|
|
|
|
// This doesn't work and is still a WIP
|
|
// @:hscriptClass
|
|
// class ScriptedFlxState extends FlxState implements IHook {}
|