1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00
Funkin/source/ControlsSubState.hx
2020-10-21 16:33:43 -07:00

12 lines
125 B
Haxe

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