Class MelonPlatformAttribute
Inheritance
MelonPlatformAttribute
Assembly: RedLoader.dll
[AttributeUsage(AttributeTargets.Assembly)]
public class MelonPlatformAttribute : Attribute
Constructors
Declaration
public MelonPlatformAttribute(params MelonPlatformAttribute.CompatiblePlatforms[] platforms)
Parameters
Properties
Declaration
public MelonPlatformAttribute.CompatiblePlatforms[] Platforms { get; }
Property Value
Methods
Declaration
public bool IsCompatible(MelonPlatformAttribute.CompatiblePlatforms platform)
Parameters
Returns