Show / Hide Table of Contents

    Class AvatarUnlockData

    Inheritance
    Object
    AvatarUnlockData
    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 AvatarUnlockData

    Constructors

    AvatarUnlockData()

    Declaration
    public AvatarUnlockData()

    AvatarUnlockData(String, String)

    Declaration
    public AvatarUnlockData(string avatarId, string collectionId)
    Parameters
    Type Name Description
    String avatarId
    String collectionId

    Fields

    _avatarId

    Declaration
    protected string _avatarId
    Field Value
    Type Description
    String

    _collectionId

    Declaration
    protected string _collectionId
    Field Value
    Type Description
    String

    Properties

    AvatarId

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

    CollectionId

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