1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-09-01 03:15:53 +00:00
Funkin/source/funkin/modding/base/ScriptedFlxTransitionableState.hx

9 lines
310 B
Haxe
Raw Permalink Normal View History

2022-07-22 20:11:18 +00:00
package funkin.modding.base;
/**
* A script that can be tied to an FlxTransitionableState.
* Create a scripted class that extends FlxTransitionableState to use this.
*/
2022-07-22 20:11:18 +00:00
@:hscriptClass
class ScriptedFlxTransitionableState extends flixel.addons.transition.FlxTransitionableState implements HScriptedClass {}