Interface IGenericIAP
An IEntity that is used for in app purchases
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 |