Files
FunkinMP/source/funkin/ui/options/ButtonRemapSubstate.hx

12 lines
151 B
Haxe

package funkin.ui.options;
import flixel.FlxSubState;
class ButtonRemapSubState extends FlxSubState
{
public function new()
{
super();
}
}