Show / Hide Table of Contents

    Interface IBaseCollectorEntityData

    Contains the identifying data for an IGeneratorEntity or ICollectorEntity. These fields are used to define which IBaseCollectorData and IBaseCollectorBalanceData should be used.

    Inherited Members
    IEntityData.CreateEntity()
    ISavedDataProvider.CreateSavedData()
    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
    Back to top Copyright © 2020 East Side Games Inc.