Funkin/source/haxe/ui/backend/flixel/UISubStateBase.hx
2024-03-16 22:20:22 -04:00

6 lines
167 B
Haxe

package haxe.ui.backend.flixel;
/**
* Override HaxeUI to use `MusicBeatSubState` instead of `FlxSubState`.
*/
typedef UISubStateBase = funkin.ui.MusicBeatSubState;