1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-08-19 15:05:06 +00:00
Funkin/source/ButtonRemapSubstate.hx
2020-10-28 01:24:56 -07:00

12 lines
128 B
Haxe

package;
import flixel.FlxSubState;
class ButtonRemapSubstate extends FlxSubState
{
public function new()
{
super();
}
}