This commit is contained in:
CortexCore
2024-03-05 15:27:29 +08:00
parent 7766082e9d
commit 2c8dfd3c86
45 changed files with 6760 additions and 138 deletions

View File

@@ -7,4 +7,8 @@ namespace BITKit.Mod
{
public string FolderPath;
}
public struct UninstallPackageCommand
{
public string PackageName;
}
}