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