Class ItemStatModifier

Namespace
FTK2.ModAPI.Content.Items
Assembly
FTK2.ModAPI.dll
public sealed class ItemStatModifier
Inheritance
ItemStatModifier
Inherited Members

Constructors

ItemStatModifier(ItemStat, int)

public ItemStatModifier(ItemStat stat, int amount)

Parameters

stat ItemStat
amount int

Properties

Amount

public int Amount { get; }

Property Value

int

Stat

public ItemStat Stat { get; }

Property Value

ItemStat