mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-02 02:23:55 -05:00
12 lines
326 B
Haxe
12 lines
326 B
Haxe
package modding.base;
|
|
|
|
import flixel.FlxSubState;
|
|
import modding.IHook;
|
|
|
|
// TODO: Polymod is having trouble with this one.
|
|
// Maybe there's a type parameter that's nested too much?
|
|
// @:hscriptClass
|
|
// class ScriptedFlxSubState extends FlxSubState implements IHook
|
|
// {
|
|
// // No body needed for this class, it's magic ;)
|
|
// }
|