Show / Hide Table of Contents

    Interface IGenericIAP

    An IEntity that is used for in app purchases

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

    Properties

    GenericIAPData

    The IEntityData associated with this IGenericIAP.

    Declaration
    IGenericIAPData GenericIAPData { get; }
    Property Value
    Type Description
    IGenericIAPData

    GenericIAPSavedData

    The ISavedData associated with this IGenericIAP.

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