Funkin/source/funkin/ButtonRemapSubstate.hx

12 lines
135 B
Haxe
Raw Normal View History

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