Show / Hide Table of Contents

    Interface ICurrencySavedData

    Saved data for ICurrency.

    Inherited Members
    ISavedData.TimeCreated
    ISavedData.TimeModified
    ISavedData.Load()
    ISavedData.Save()
    ISavedData.Delete()
    ISavedData.Reset()
    IUnlockableSavedData.Available
    IUnlockableSavedData.Obtained
    IUnlockableSavedData.SetAvailability(Boolean)
    IUnlockableSavedData.SetObtained(Boolean)
    Namespace: IdleKit.Gameplay
    Assembly: cs.temp.dll.dll
    Syntax
    public interface ICurrencySavedData : ISavedData, IInjectable, IUnlockableSavedData

    Properties

    Amount

    The amount of ICurrency.

    Declaration
    double Amount { get; }
    Property Value
    Type Description
    Double

    Methods

    SetAmount(Double)

    Set the amount of ICurrency.

    Declaration
    void SetAmount(double amount)
    Parameters
    Type Name Description
    Double amount
    Back to top Copyright © 2020 East Side Games Inc.