mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-02-17 04:11:23 -05:00
8 lines
219 B
Haxe
8 lines
219 B
Haxe
|
package funkin.modding.base;
|
||
|
|
||
|
import flixel.addons.transition.FlxTransitionableState;
|
||
|
import funkin.modding.IHook;
|
||
|
|
||
|
@:hscriptClass
|
||
|
class ScriptedFlxTransitionableState extends FlxTransitionableState implements IHook {}
|