Class DynamicCollectCurrenciesWithTagsGoalData
Contains the IGoalData associated with DynamicCollectCurrenciesWithTagsGoal
Inheritance
DynamicCollectCurrenciesWithTagsGoalData
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public class DynamicCollectCurrenciesWithTagsGoalData : CollectCurrenciesWithTagsGoalData, IDynamicGoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData
Constructors
DynamicCollectCurrenciesWithTagsGoalData()
Declaration
public DynamicCollectCurrenciesWithTagsGoalData()
DynamicCollectCurrenciesWithTagsGoalData(String, String, Double, TagConsumerData)
Declaration
public DynamicCollectCurrenciesWithTagsGoalData(string id, string rewardId, double targetAmount, TagConsumerData tagConsumerData)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
String | rewardId | |
Double | targetAmount | |
TagConsumerData | tagConsumerData |
Properties
Duration
Declaration
public virtual long Duration { get; }
Property Value
Type | Description |
---|---|
Int64 |
Methods
CreateEntity()
Declaration
public override IEntity CreateEntity()
Returns
Type | Description |
---|---|
IEntity |
Overrides
Implements
IData