Interface IFeaturePatch
- Namespace
- MonkeyLoader.Patching
- Assembly
- MonkeyLoader.dll
Specifies how much a (pre-)patcher affects a particular Feature.
public interface IFeaturePatch : IEquatable<IFeaturePatch>, IComparable<IFeaturePatch>
- Inherited Members
Properties
Compatibility
Gets how compatible the patch is with others.
PatchCompatibility Compatibility { get; }
Property Value
Feature
Gets the affected feature.
Feature Feature { get; }