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.Gameplay
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[] |