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