Added template for quickly disabling Harmony

This commit is contained in:
Chris 2019-11-26 20:33:43 -05:00
parent 6e4b917f6a
commit 9898f620c1
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ namespace StardewModdingAPI.Framework.Patching
this.Monitor.Log(ex.GetLogSummary(), LogLevel.Trace);
}
}
//Keeping for reference
//if (Build.VERSION.SdkInt > BuildVersionCodes.LollipopMr1)
//{
//}
}
}
}