Struct GachaOdds
GachaOdds is a data container of a IGachaSlot slot within an GachaReward. Contains references to rewardId, chance, slot, and the item itself.
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public struct GachaOdds
Fields
chance
Declaration
public float chance
Field Value
Type | Description |
---|---|
Single |
gachaItem
Declaration
public IGachaItem gachaItem
Field Value
Type | Description |
---|---|
IGachaItem |
rewardId
Declaration
public string rewardId
Field Value
Type | Description |
---|---|
String |
slot
Declaration
public int slot
Field Value
Type | Description |
---|---|
Int32 |