Added local Global Props
This commit is contained in:
parent
8970edffe8
commit
7b4977c131
10 changed files with 255 additions and 11 deletions
|
|
@ -47,6 +47,13 @@ namespace LoadstoneNighty {
|
|||
|
||||
if (validVersion){
|
||||
logger.LogInfo($"Plugin {modName} has been added!");
|
||||
|
||||
try {
|
||||
harmony.PatchAll(typeof(Patch));
|
||||
} catch {
|
||||
|
||||
}
|
||||
|
||||
Patch.Activate();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue