Show / Hide Table of Contents

    Class ExchangeAction

    The base type for all actions triggered during an exchange

    Inheritance
    Object
    EntityAction
    GoalAction
    ExchangeAction
    MakeExchangeStateAction
    Inherited Members
    GoalAction.Goal
    EntityAction._typesToDispatchAs
    EntityAction.TypesToDispatchAs
    EntityAction.Entity
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class ExchangeAction : GoalAction

    Constructors

    ExchangeAction()

    Declaration
    public ExchangeAction()

    Properties

    InputAmount

    Declaration
    public virtual CurrencyAmount InputAmount { get; set; }
    Property Value
    Type Description
    CurrencyAmount

    OutputAmount

    Declaration
    public virtual CurrencyAmount OutputAmount { get; set; }
    Property Value
    Type Description
    CurrencyAmount

    Methods

    ResetAction()

    Declaration
    public override void ResetAction()
    Overrides
    EntityAction.ResetAction()
    Back to top Copyright © 2020 East Side Games Inc.