mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-05 14:26:06 +02:00
Move files around
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace DBMerger
|
||||
{
|
||||
public class Config(string newDBPath, string oldDBPath, bool debug, bool importConfig)
|
||||
{
|
||||
public string NewDBPath { get; } = newDBPath;
|
||||
public string OldDBPath { get; } = oldDBPath;
|
||||
public bool Debug { get; } = debug;
|
||||
public bool ImportConfig { get; } = importConfig;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user