Method | Description | |
---|---|---|
ItemEffect ( ItemProperty property = ItemProperty.Null, int effect, int duration ) : System |
Constructor
|
public ItemEffect ( ItemProperty property = ItemProperty.Null, int effect, int duration ) : System | ||
property | ItemProperty | Which property this effect should be, no default value |
effect | int | The intensity of that property, by default 0 |
duration | int | The duration of that property, by default 0 |
return | System |