Click or drag to resize
AuthorInformationAttribute Constructor (String)

This overload allows the user to set only the Author Name field. In this way an author doesn't have to give out their personal email address.

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
)

Parameters

authorName
Type: SystemString
The creature author's name. Should be a name that can be displayed on a top x population chart.
See Also