mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 01:55:52 -05:00
9 lines
205 B
Haxe
9 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 {}
|