first commit
This commit is contained in:
8
NitroxPatcher/Patches/IDynamicPatch.cs
Normal file
8
NitroxPatcher/Patches/IDynamicPatch.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace NitroxPatcher.Patches;
|
||||
|
||||
/// <summary>
|
||||
/// A dynamic patch can possibly be unloaded. For Nitrox, this should happen when the player returns to the main menu.
|
||||
/// </summary>
|
||||
public interface IDynamicPatch : INitroxPatch
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user