Interface IUpgradeLevelData
Contains an array of IUpgradeRequirements. Used by IUpgradeables to decide when an upgrade is available.
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IUpgradeLevelData
Properties
UpgradeRequirements
Declaration
IUpgradeRequirement[] UpgradeRequirements { get; }
Property Value
Type | Description |
---|---|
IUpgradeRequirement[] |