Show / Hide Table of Contents

    Interface IStoreEntity

    An IStoreEntity is an IEntity that can be purchased from the store. IStoreEntitys are loaded by the IStoreService.

    Inherited Members
    IEntity.Id
    IEntity.Initialize()
    IEntity.Cleanup(IEntityLoaderService)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IStoreEntity : IEntity, IInjectable

    Properties

    StoreEntityData

    This IStoreEntity's static data

    Declaration
    IStoreEntityData StoreEntityData { get; }
    Property Value
    Type Description
    IStoreEntityData
    Back to top Copyright © 2020 East Side Games Inc.