1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-12 05:07:06 +00:00
Funkin/source/ControlsSubState.hx

13 lines
150 B
Haxe
Raw Normal View History

2020-10-21 23:33:43 +00:00
package;
2021-02-24 23:32:51 +00:00
import flixel.FlxSprite;
2020-10-21 23:33:43 +00:00
import flixel.FlxSubState;
class ControlsSubState extends FlxSubState
{
public function new()
{
super();
}
}