Class CurrencyAttribute
Inheritance
System.Object
CurrencyAttribute
Assembly: Eco.Gameplay.dll
Syntax
public class CurrencyAttribute : ItemAttribute
Constructors
CurrencyAttribute(Int32)
Determines how many coins max can be created from each item.
Declaration
public CurrencyAttribute(int maxAllowedCoinsPerItem = 10000)
Parameters
Type |
Name |
Description |
System.Int32 |
maxAllowedCoinsPerItem |
|
Properties
MaxAllowedCoinsPerItem
Declaration
public int MaxAllowedCoinsPerItem { get; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods