add Harmony patches for Telerik UI
This commit is contained in:
11
Pilz.UI.Telerik/Patches/Patches.cs
Normal file
11
Pilz.UI.Telerik/Patches/Patches.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using HarmonyLib;
|
||||
|
||||
namespace Pilz.UI.Telerik.Patches;
|
||||
|
||||
public static class Patches
|
||||
{
|
||||
public static void Initialize(Harmony harmony)
|
||||
{
|
||||
harmony.PatchAll();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user