Class RepairBountyClaimed
Inheritance
System.Object
RepairBountyClaimed
Assembly: Eco.Gameplay.dll
Syntax
public class RepairBountyClaimed : WorldObjectInteractAction, IContextObject, IAggregatableStat, ICountStat, IActionStat, IStat, IUserGameAction, IPositionGameAction, IAuthGameAction, ISyncedAction, ICurrencyGameAction, IBankAccountGameAction, IWorldObjectGameAction, IController, IViewController, IHasUniversalID
Constructors
RepairBountyClaimed()
Declaration
public RepairBountyClaimed()
Properties
BankAccount
Declaration
public BankAccount BankAccount { get; set; }
Property Value
Currency
Declaration
[CanAutoAssign]
public Currency Currency { get; set; }
Property Value
CurrencyAmount
Declaration
public float CurrencyAmount { get; set; }
Property Value
Type |
Description |
System.Single |
|
PercentRepaired
Declaration
public float PercentRepaired { get; set; }
Property Value
Type |
Description |
System.Single |
|
Implements
Extension Methods