1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-10 00:34:40 +00:00
Funkin/source/ui/SettingsMenu.hx
2021-03-26 03:51:39 -04:00

10 lines
105 B
Haxe

package ui;
class SettingsMenu extends ui.OptionsState.Page
{
public function new()
{
super();
}
}