breakpoint
before update unity version
This commit is contained in:
10
Assets/BITKit/Core/Mod/ModCommands.cs
Normal file
10
Assets/BITKit/Core/Mod/ModCommands.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace BITKit.Mod
|
||||
{
|
||||
public struct LoadFromFolderCommand
|
||||
{
|
||||
public string FolderPath;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user