Interface IGachaSlot
IGachaSlot are contained by IGachaReward. Each IGachaSlot contains a list of IGachaItem, each contains a single IReward. In the end, one IRewardfrom the IGachaSlot will be chosen based on the implementation.
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface IGachaSlot
Properties
gachaItems
The IGachaItems contain in this slot.
Declaration
IGachaItem[] gachaItems { get; }
Property Value
Type | Description |
---|---|
IGachaItem[] |