1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-20 17:18:55 +00:00
Funkin/source/funkin/ButtonRemapSubstate.hx

12 lines
140 B
Haxe
Raw Normal View History

package funkin;
2020-10-28 08:24:56 +00:00
import flixel.FlxSubState;
2023-06-09 19:44:29 +00:00
class ButtonRemapSubState extends FlxSubState
2020-10-28 08:24:56 +00:00
{
public function new()
{
super();
}
2020-10-28 08:24:56 +00:00
}