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.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic AuthorInformationAttribute(
string authorName,
string authorEmail
)
Public Sub New (
authorName As String,
authorEmail As String
)
public:
AuthorInformationAttribute(
String^ authorName,
String^ authorEmail
)
new :
authorName : string *
authorEmail : string -> AuthorInformationAttribute
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