Funkin/source/modding/base/ScriptedFlxState.hx

13 lines
318 B
Haxe
Raw Normal View History

2022-03-06 02:37:38 -05:00
package modding.base;
import flixel.FlxState;
import modding.IHook;
// TODO: Polymod is having trouble with this one.
// Maybe there's a type parameter that's nested too much?
// @:hscriptClass
// class ScriptedFlxState extends FlxState implements IHook
// {
// // No body needed for this class, it's magic ;)
// }