Funkin/source/haxe/ui/backend/flixel/UIStateBase.hx

7 lines
155 B
Haxe
Raw Normal View History

package haxe.ui.backend.flixel;
2024-03-16 22:20:22 -04:00
/**
* Override HaxeUI to use `MusicBeatState` instead of `FlxState`.
*/
typedef UIStateBase = funkin.ui.MusicBeatState;