mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Clean up all code using CodeMaid
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user