Add phase 1 critical import tool
This commit is contained in:
6
src/RolemasterDb.ImportTool/CriticalImportManifest.cs
Normal file
6
src/RolemasterDb.ImportTool/CriticalImportManifest.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace RolemasterDb.ImportTool;
|
||||
|
||||
public sealed class CriticalImportManifest
|
||||
{
|
||||
public List<CriticalImportManifestEntry> Tables { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user