Interface IGachaItem
One possible item within a IGachaSlot each IGachaItem contains an IReward.
Inherited Members
Namespace: IdleKit.Framework
Assembly: cs.temp.dll.dll
Syntax
public interface IGachaItem : IRandomWeighted
Properties
rewardId
The id that associated with the IReward that this IGachaItem contains.
Declaration
string rewardId { get; }
Property Value
Type | Description |
---|---|
String |