Show / Hide Table of Contents

    Class MilestoneRewardPair

    This data pairs IMilestones with IRewards. The IEventService uses this data to reward the correct data when in the IContent that rewards are claimed.

    Inheritance
    Object
    MilestoneRewardPair
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ToString()
    Object.ReferenceEquals(Object, Object)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public class MilestoneRewardPair

    Constructors

    MilestoneRewardPair()

    Declaration
    public MilestoneRewardPair()

    MilestoneRewardPair(String, String)

    Declaration
    public MilestoneRewardPair(string milestoneId, string rewardId)
    Parameters
    Type Name Description
    String milestoneId
    String rewardId

    Fields

    _milestoneId

    The IMilestone id associated with this IReward id.

    Declaration
    protected string _milestoneId
    Field Value
    Type Description
    String

    _rewardId

    The IReward id associated with this IMilestone id.

    Declaration
    protected string _rewardId
    Field Value
    Type Description
    String

    Properties

    MilestoneId

    Declaration
    public virtual string MilestoneId { get; }
    Property Value
    Type Description
    String

    RewardId

    Declaration
    public virtual string RewardId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 East Side Games Inc.