Class ToolItemInfo
Tool related information about tool passed to client.
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class ToolItemInfo : InteractableItemInfo, IController, IViewController, IHasUniversalID
Constructors
ToolItemInfo()
Declaration
public ToolItemInfo()
Properties
MaxTake
Declaration
public int MaxTake { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Tier
Declaration
public float Tier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |