Tobee_Night_Funkin_PSYCH/source/ButtonRemapSubstate.hx

12 lines
128 B
Haxe
Raw Permalink Normal View History

2021-11-05 21:34:27 +00:00
package;
import flixel.FlxSubState;
class ButtonRemapSubstate extends FlxSubState
{
public function new()
{
super();
}
}