Class AutomateGeneratorsGoalData
Contains the IGoalData associated with AutomateGeneratorsGoal
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public class AutomateGeneratorsGoalData : GoalData, IGoalData, IActivatableData, IEntityData, ISavedDataProvider, IData
Constructors
AutomateGeneratorsGoalData()
Declaration
public AutomateGeneratorsGoalData()
AutomateGeneratorsGoalData(String, String, Int32)
Declaration
public AutomateGeneratorsGoalData(string id, string rewardId, int targetAmount)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | |
| String | rewardId | |
| Int32 | targetAmount |
Methods
CreateEntity()
Declaration
public override IEntity CreateEntity()
Returns
| Type | Description |
|---|---|
| IEntity |
Overrides
Implements
IData