Interface IBaseCollectorEntityData
Contains the identifying data for an IGeneratorEntity or ICollectorEntity. These fields are used to define which IBaseCollectorData and IBaseCollectorBalanceData should be used.
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IBaseCollectorEntityData : IEntityData, ISavedDataProvider, IData
Properties
BalanceDataId
The id for the IBaseCollectorBalanceData.
Declaration
string BalanceDataId { get; }
Property Value
Type | Description |
---|---|
String |
DataId
The id for the IBaseCollectorData.
Declaration
string DataId { get; }
Property Value
Type | Description |
---|---|
String |