Added local Global Props

This commit is contained in:
LadyAliceMargatroid 2024-11-26 10:12:39 -08:00
parent 8970edffe8
commit 7b4977c131
10 changed files with 255 additions and 11 deletions

View file

@ -47,6 +47,13 @@ namespace LoadstoneNighty {
if (validVersion){
logger.LogInfo($"Plugin {modName} has been added!");
try {
harmony.PatchAll(typeof(Patch));
} catch {
}
Patch.Activate();
}
}