Table of Contents

Class ExplorerList

Namespace
Nekoyume.Model.AdventureBoss
Assembly
Lib9c.dll
public class ExplorerList
Inheritance
ExplorerList
Inherited Members

Constructors

ExplorerList(List)

public ExplorerList(List bencoded)

Parameters

bencoded List

ExplorerList(long)

public ExplorerList(long season)

Parameters

season long

Fields

Explorers

public HashSet<(Address, string)> Explorers

Field Value

HashSet<(Address, string)>

Season

public long Season

Field Value

long

Properties

Bencoded

public IValue Bencoded { get; }

Property Value

IValue

Methods

AddExplorer(Address, string)

public void AddExplorer(Address avatarAddress, string name)

Parameters

avatarAddress Address
name string