Clean up all code using CodeMaid

This commit is contained in:
2023-08-02 17:43:01 +08:00
parent e9a3f4014e
commit eef4687ed6
23 changed files with 176 additions and 43 deletions

View File

@@ -24,6 +24,7 @@ namespace GrasscutterTools.Utils
public static OpenCommandAPI OC { get; set; }
private static string AppDataFolder { get; } = GetAppDataFolder();
private static string GetAppDataFolder()
{
var dir = Path.Combine(
@@ -42,7 +43,6 @@ namespace GrasscutterTools.Utils
return Path.Combine(AppDataFolder, filename);
}
public static KeyGo KeyGo { get; set; }
}
}