Table of Contents

Class ReceivedItemsPacket

Namespace
Archipelago.MultiClient.Net.Packets
Assembly
Archipelago.MultiClient.Net.dll
public class ReceivedItemsPacket : ArchipelagoPacketBase
Inheritance
ReceivedItemsPacket
Inherited Members

Properties

Index

[JsonProperty("index")]
public int Index { get; set; }

Property Value

int

Items

[JsonProperty("items")]
public NetworkItem[] Items { get; set; }

Property Value

NetworkItem[]

PacketType

public override ArchipelagoPacketType PacketType { get; }

Property Value

ArchipelagoPacketType