1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 16:41:39 +00:00
Funkin/source/haxe/ui/backend/flixel/UISubStateBase.hx

7 lines
167 B
Haxe
Raw Normal View History

package haxe.ui.backend.flixel;
2024-03-17 02:20:22 +00:00
/**
* Override HaxeUI to use `MusicBeatSubState` instead of `FlxSubState`.
*/
typedef UISubStateBase = funkin.ui.MusicBeatSubState;