Class BuyGeneratorTypeGoalData
Inheritance
BuyGeneratorTypeGoalData
Assembly: cs.temp.dll.dll
Syntax
public class BuyGeneratorTypeGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData
Constructors
BuyGeneratorTypeGoalData()
Declaration
public BuyGeneratorTypeGoalData()
BuyGeneratorTypeGoalData(String, String, Int32, String)
Declaration
public BuyGeneratorTypeGoalData(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