namespace NitroxPatcher.Patches; /// /// A dynamic patch can possibly be unloaded. For Nitrox, this should happen when the player returns to the main menu. /// public interface IDynamicPatch : INitroxPatch { }