mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-12-03 21:01:30 -05:00
12 lines
318 B
Haxe
12 lines
318 B
Haxe
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 ;)
|
|
// }
|