mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-23 16:17:53 -05:00
12 lines
150 B
Haxe
12 lines
150 B
Haxe
package;
|
|
|
|
import flixel.FlxSprite;
|
|
import flixel.FlxSubState;
|
|
|
|
class ControlsSubState extends FlxSubState
|
|
{
|
|
public function new()
|
|
{
|
|
super();
|
|
}
|
|
}
|