Click or drag to resize
AuthorInformationAttribute Constructor (String, String)

This overload allows you to easily set both your name and email on your creature. This is the recommended usage of the attribute whenever introducing a new creature into the EcoSystem.

Namespace: Terrarium.Sdk.Classes.Creature.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public AuthorInformationAttribute(
	string authorName,
	string authorEmail
)

Parameters

authorName
Type: SystemString
The creature author's name. Should be a name that can be displayed on a top x population chart.
authorEmail
Type: SystemString
The creature author's email. Should be a valid email the Terrarium team can use for contact.
See Also