mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 08:07:54 -05:00
6 lines
155 B
Haxe
6 lines
155 B
Haxe
package haxe.ui.backend.flixel;
|
|
|
|
/**
|
|
* Override HaxeUI to use `MusicBeatState` instead of `FlxState`.
|
|
*/
|
|
typedef UIStateBase = funkin.ui.MusicBeatState;
|