1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 00:21:11 +00:00
Funkin/source/funkin/ButtonRemapSubstate.hx
2023-06-09 15:44:29 -04:00

12 lines
140 B
Haxe

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