Funkin/source/funkin/ButtonRemapSubstate.hx

12 lines
135 B
Haxe
Raw Normal View History

package funkin;
2020-10-28 01:24:56 -07:00
import flixel.FlxSubState;
class ButtonRemapSubstate extends FlxSubState
{
public function new()
{
super();
}
}