namespace NitroxPatcher.Patches; /// /// A persistent patch is applied when the game is initializing and stays applied throughout the process' life time. /// public interface IPersistentPatch : INitroxPatch { }