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;
class ButtonRemapSubState extends FlxSubState
2020-10-28 04:24:56 -04:00
{
public function new()
{
super();
}
2020-10-28 04:24:56 -04:00
}