Table of Contents

Class MonsterCollectionResult

Namespace
Nekoyume.Model.State
Assembly
Lib9c.dll
[Serializable]
public class MonsterCollectionResult : AttachmentActionResult, IState
Inheritance
MonsterCollectionResult
Implements
Inherited Members

Constructors

MonsterCollectionResult(Dictionary)

public MonsterCollectionResult(Dictionary serialized)

Parameters

serialized Dictionary

MonsterCollectionResult(Guid, Address, List<RewardInfo>)

public MonsterCollectionResult(Guid guid, Address address, List<MonsterCollectionRewardSheet.RewardInfo> rewardInfos)

Parameters

guid Guid
address Address
rewardInfos List<MonsterCollectionRewardSheet.RewardInfo>

Fields

avatarAddress

public Address avatarAddress

Field Value

Address

id

public Guid id

Field Value

Guid

rewards

public List<MonsterCollectionRewardSheet.RewardInfo> rewards

Field Value

List<MonsterCollectionRewardSheet.RewardInfo>

Properties

TypeId

protected override string TypeId { get; }

Property Value

string

Methods

Serialize()

public override IValue Serialize()

Returns

IValue