Interface IStoreEntity
An IStoreEntity is an IEntity that can be purchased from the store. IStoreEntitys are loaded by the IStoreService.
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 |