1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00
Funkin/source/ButtonRemapSubstate.hx

12 lines
128 B
Haxe
Raw Normal View History

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