1
This commit is contained in:
14
Src/Core/Mod/ModCommands.cs
Normal file
14
Src/Core/Mod/ModCommands.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BITKit.Mod
|
||||
{
|
||||
public struct LoadFromFolderCommand
|
||||
{
|
||||
public string FolderPath;
|
||||
}
|
||||
public struct UninstallPackageCommand
|
||||
{
|
||||
public string PackageName;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user