Class GetUpgradesForCurrencyTypeGoalData
Inheritance
GetUpgradesForCurrencyTypeGoalData
Assembly: cs.temp.dll.dll
Syntax
public class GetUpgradesForCurrencyTypeGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData
Constructors
GetUpgradesForCurrencyTypeGoalData()
Declaration
public GetUpgradesForCurrencyTypeGoalData()
GetUpgradesForCurrencyTypeGoalData(String, String, String, Int32)
Declaration
public GetUpgradesForCurrencyTypeGoalData(string id, string rewardId, string currencyId, int targetAmount)
Parameters
Fields
_currencyId
Declaration
protected string _currencyId
Field Value
Properties
CurrencyId
Declaration
public virtual string CurrencyId { get; }
Property Value
Methods
CreateEntity()
Declaration
public override IEntity CreateEntity()
Returns
Overrides
Implements
IData