mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-01 04:14:47 +00:00
12 lines
128 B
Haxe
12 lines
128 B
Haxe
package;
|
|
|
|
import flixel.FlxSubState;
|
|
|
|
class ButtonRemapSubstate extends FlxSubState
|
|
{
|
|
public function new()
|
|
{
|
|
super();
|
|
}
|
|
}
|