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