Funkin/source/funkin/ButtonRemapSubstate.hx

12 lines
140 B
Haxe
Raw Normal View History

package funkin;
2020-10-28 04:24:56 -04:00
import flixel.FlxSubState;
2023-06-09 15:44:29 -04:00
class ButtonRemapSubState extends FlxSubState
2020-10-28 04:24:56 -04:00
{
public function new()
{
super();
}
2020-10-28 04:24:56 -04:00
}