Class CollectFromCollectorTypeGoalData
Inheritance
CollectFromCollectorTypeGoalData
Assembly: cs.temp.dll.dll
Syntax
public class CollectFromCollectorTypeGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData
Constructors
CollectFromCollectorTypeGoalData(String, String, Int32, String, Boolean)
Declaration
public CollectFromCollectorTypeGoalData(string id, string rewardId, int targetAmount, string collectorId, bool any)
Parameters
Fields
_any
Declaration
Field Value
_collectorId
Declaration
protected string _collectorId
Field Value
Properties
Any
Declaration
public virtual bool Any { get; }
Property Value
CollectorId
Declaration
public virtual string CollectorId { get; }
Property Value
Methods
CreateEntity()
Declaration
public override IEntity CreateEntity()
Returns
Overrides
Implements
IData