MatureSizeAttribute Constructor |
Namespace: Terrarium.Sdk.Classes.Creature.AttributesAssembly: Terrarium.Sdk (in Terrarium.Sdk.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic MatureSizeAttribute(
int matureSize
)
Public Sub New (
matureSize As Integer
)
public:
MatureSizeAttribute(
int matureSize
)
new :
matureSize : int -> MatureSizeAttribute
Parameters
- matureSize
- Type: SystemInt32
a size less than or equal to EngineSettings.MaxMatureSize
and greater than or equal to EngineSettings.MinMatureSize
See Also