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