Class GachaRewardData
Inheritance
GachaRewardData
Assembly: cs.temp.dll.dll
Syntax
public class GachaRewardData : IGachaRewardData, IRewardData, IPayoutEntityData, IEntityData, IData
Constructors
GachaRewardData()
Declaration
GachaRewardData(String, GachaSlot[])
Declaration
public GachaRewardData(string id, GachaSlot[] gachaSlots)
Parameters
Fields
_gachaSlots
Declaration
protected GachaSlot[] _gachaSlots
Field Value
_id
Declaration
Field Value
Properties
GachaSlots
Declaration
public virtual IGachaSlot[] GachaSlots { get; }
Property Value
Id
Declaration
public virtual string Id { get; }
Property Value
Methods
CreateEntity()
Declaration
public virtual IEntity CreateEntity()
Returns
Implements
IData