Class UpgradeCurrenciesWithTagsGoal
Inheritance
UpgradeCurrenciesWithTagsGoal
Assembly: cs.temp.dll.dll
public class UpgradeCurrenciesWithTagsGoal : UpgradeGoal<UpgradeCurrenciesWithTagsGoalData>, IGoal, IActivatable, IEntity, IInjectable
Constructors
Declaration
public UpgradeCurrenciesWithTagsGoal(string id)
Parameters
Type |
Name |
Description |
String |
id |
|
Fields
Declaration
protected ITagService _tagService
Field Value
Properties
Declaration
public virtual bool TargetAllTags { get; }
Property Value
Methods
Declaration
public override void Cleanup(IEntityLoaderService entityLoaderService)
Parameters
Overrides
IdleKit.Gameplay.Goal<IdleKit.Gameplay.UpgradeCurrenciesWithTagsGoalData>.Cleanup(IdleKit.Gameplay.IEntityLoaderService)
Declaration
public override void Inject(IResolver resolver)
Parameters
Type |
Name |
Description |
IResolver |
resolver |
|
Overrides
IdleKit.Gameplay.Goal<IdleKit.Gameplay.UpgradeCurrenciesWithTagsGoalData>.Inject(IResolver)
Declaration
protected override bool IsValid(IUpgradeableCurrency upgradeableCurrency)
Parameters
Returns
Overrides
IdleKit.Gameplay.UpgradeGoal<IdleKit.Gameplay.UpgradeCurrenciesWithTagsGoalData>.IsValid(IdleKit.Gameplay.IUpgradeableCurrency)
Implements
IInjectable