Class MelonIDAttribute
Inherited Members
Namespace: RedLoader
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class MelonIDAttribute : Attribute
Constructors
MelonIDAttribute(int)
Declaration
public MelonIDAttribute(int id)
Parameters
Type | Name | Description |
---|---|---|
int | id |
MelonIDAttribute(string)
Declaration
public MelonIDAttribute(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id |
Properties
ID
ID of the Melon.
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
string |