Class RepairBountyData
Inheritance
System.Object
RepairBountyData
Assembly: Eco.Gameplay.dll
Syntax
public sealed class RepairBountyData : Object, IClearOnTrade
Constructors
RepairBountyData()
Declaration
public RepairBountyData()
Properties
AllowRepairWhenDurabilityDropsToPercentOrLower
Declaration
public float AllowRepairWhenDurabilityDropsToPercentOrLower { get; set; }
Property Value
Type |
Description |
System.Single |
|
Currency
Declaration
public Currency Currency { get; set; }
Property Value
ItemsMustHaveIntegrityAtOrAbovePercent
Declaration
public float ItemsMustHaveIntegrityAtOrAbovePercent { get; set; }
Property Value
Type |
Description |
System.Single |
|
OwnerAccount
Declaration
public BankAccount OwnerAccount { get; set; }
Property Value
ProRatedPrice
Declaration
public float ProRatedPrice { get; set; }
Property Value
Type |
Description |
System.Single |
|
RepairBounty
Declaration
public bool RepairBounty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
Extension Methods