mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 14:24:28 +00:00
7 lines
155 B
Haxe
7 lines
155 B
Haxe
package haxe.ui.backend.flixel;
|
|
|
|
/**
|
|
* Override HaxeUI to use `MusicBeatState` instead of `FlxState`.
|
|
*/
|
|
typedef UIStateBase = funkin.ui.MusicBeatState;
|