1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-19 00:21:11 +00:00
Funkin/source/ControlsSubState.hx

12 lines
125 B
Haxe
Raw Normal View History

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