Class MelonAdditionalCreditsAttribute
Inherited Members
Namespace: RedLoader
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class MelonAdditionalCreditsAttribute : Attribute
Constructors
MelonAdditionalCreditsAttribute(string)
AdditionalCredits constructor
Declaration
public MelonAdditionalCreditsAttribute(string credits)
Parameters
Type | Name | Description |
---|---|---|
string | credits | The additional credits of the mod |
Properties
Credits
Any additional credits that the mod author might want to include
Declaration
public string Credits { get; }
Property Value
Type | Description |
---|---|
string |