mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 00:34:40 +00: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 {}
|