Class GachaItem
Assembly: cs.temp.dll.dll
Syntax
public class GachaItem : IGachaItem, IRandomWeighted
Constructors
GachaItem()
The Beamable SDK requires empty default constructor.
Declaration
GachaItem(String, Int32)
Declaration
public GachaItem(string rewardId, int weight)
Parameters
Fields
_rewardId
Declaration
protected string _rewardId
Field Value
_weight
Declaration
Field Value
Properties
RandomWeight
Declaration
public virtual int RandomWeight { get; }
Property Value
RewardId
Declaration
public virtual string RewardId { get; }
Property Value
Implements