first commit
This commit is contained in:
10
NitroxPatcher/Patches/INitroxPatch.cs
Normal file
10
NitroxPatcher/Patches/INitroxPatch.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using HarmonyLib;
|
||||
|
||||
namespace NitroxPatcher.Patches
|
||||
{
|
||||
public interface INitroxPatch
|
||||
{
|
||||
void Patch(Harmony instance);
|
||||
void Restore(Harmony instance);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user