Interface IPromoService
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public interface IPromoService : IService
Methods
GetAllPromos()
Declaration
List<IPromo> GetAllPromos()
Returns
Type | Description |
---|---|
List<IPromo> |
GetReadyPromos()
Declaration
List<IPromo> GetReadyPromos()
Returns
Type | Description |
---|---|
List<IPromo> |