Click or drag to resize
MatureSizeAttribute Constructor
Initializes a new instance of the MatureSizeAttribute class

Namespace: Terrarium.Sdk.Classes.Creature.Attributes
Assembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public MatureSizeAttribute(
	int matureSize
)

Parameters

matureSize
Type: SystemInt32
a size less than or equal to EngineSettings.MaxMatureSize and greater than or equal to EngineSettings.MinMatureSize
See Also