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