Basic cleanup options added

This commit is contained in:
2020-12-29 20:09:18 +01:00
parent cb3db37d8c
commit 863cbb6d9b
6 changed files with 123 additions and 13 deletions
+5
View File
@@ -45,4 +45,9 @@ class optimizer_settings
{
return $this->osu_path;
}
public function get_settings_path() : string
{
return $this->path;
}
}