mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-05 06:14:36 +00:00
12 lines
125 B
Haxe
12 lines
125 B
Haxe
|
package;
|
||
|
|
||
|
import flixel.FlxSubState;
|
||
|
|
||
|
class ControlsSubState extends FlxSubState
|
||
|
{
|
||
|
public function new()
|
||
|
{
|
||
|
super();
|
||
|
}
|
||
|
}
|