fix note miss bullshit

This commit is contained in:
Cameron Taylor
2020-10-28 01:24:56 -07:00
parent c2d1b86c98
commit c8e3a27044
8 changed files with 47 additions and 17 deletions

View File

@ -0,0 +1,11 @@
package;
import flixel.FlxSubState;
class ButtonRemapSubstate extends FlxSubState
{
public function new()
{
super();
}
}