Show / Hide Table of Contents

    Class BaseCollectorPayoutChangedAction

    Inheritance
    Object
    EntityAction
    BaseCollectorAction
    BaseCollectorPayoutChangedAction
    CollectorPayoutChangedAction
    GeneratorPayoutChangedAction
    Inherited Members
    BaseCollectorAction.BaseCollectorEntity
    EntityAction._typesToDispatchAs
    EntityAction.TypesToDispatchAs
    EntityAction.Entity
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class BaseCollectorPayoutChangedAction : BaseCollectorAction

    Properties

    CurrentPayout

    The new payout value

    Declaration
    public double CurrentPayout { get; set; }
    Property Value
    Type Description
    Double

    PreviousPayout

    The previous payout value

    Declaration
    public double PreviousPayout { get; set; }
    Property Value
    Type Description
    Double

    Methods

    ResetAction()

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