mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
7 lines
167 B
Haxe
7 lines
167 B
Haxe
package haxe.ui.backend.flixel;
|
|
|
|
/**
|
|
* Override HaxeUI to use `MusicBeatSubState` instead of `FlxSubState`.
|
|
*/
|
|
typedef UISubStateBase = funkin.ui.MusicBeatSubState;
|