Class YieldAttribute
Inheritance
System.Object
YieldAttribute
Assembly: Eco.Gameplay.dll
Syntax
public class YieldAttribute : ItemAttribute
Constructors
YieldAttribute(Type, Type)
Declaration
public YieldAttribute(Type beneficiary, Type skillType)
Parameters
Type |
Name |
Description |
System.Type |
beneficiary |
|
System.Type |
skillType |
|
YieldAttribute(Type, Type, Single[])
Declaration
public YieldAttribute(Type beneficiary, Type skillType, float[] multipliers)
Parameters
Type |
Name |
Description |
System.Type |
beneficiary |
|
System.Type |
skillType |
|
System.Single[] |
multipliers |
|
Properties
Yield
Declaration
public SkillModifiedValue Yield { get; }
Property Value
Extension Methods