Class CraftingElement<T>
Inheritance
System.Object
CraftingElement<T>
Assembly: Eco.Gameplay.dll
Syntax
public class CraftingElement<T> : CraftingElement, IController, IViewController, IHasUniversalID, ICustomEcopediaPage where T : Item, new()
Type Parameters
Constructors
CraftingElement(Single)
Declaration
public CraftingElement(float count = 1F)
Parameters
Type |
Name |
Description |
System.Single |
count |
|
CraftingElement(Type, Single, Type)
Declaration
public CraftingElement(Type skill, float start, Type talent = null)
Parameters
Type |
Name |
Description |
System.Type |
skill |
|
System.Single |
start |
|
System.Type |
talent |
|
Implements
Extension Methods