Show / Hide Table of Contents

    Interface IGachaRewardData

    Contains the data associated with a specific IGachaReward

    Inherited Members
    IEntityData.CreateEntity()
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IGachaRewardData : IRewardData, IPayoutEntityData, IEntityData, IData

    Properties

    GachaSlots

    Each IGachaReward has a number IGachaSlot equal to the number of different IRewards the user should receive from opening it. Then, each slot rolls to see which IGachaItem the player receives from that IGachaSlot.

    Declaration
    IGachaSlot[] GachaSlots { get; }
    Property Value
    Type Description
    IGachaSlot[]
    Back to top Copyright © 2020 East Side Games Inc.