Table of Contents

Class ItemPrintJsonPacket

Namespace
Archipelago.MultiClient.Net.Packets
Assembly
Archipelago.MultiClient.Net.dll
public class ItemPrintJsonPacket : PrintJsonPacket
Inheritance
ItemPrintJsonPacket
Inherited Members

Properties

Item

[JsonProperty("item")]
public NetworkItem Item { get; set; }

Property Value

NetworkItem

ReceivingPlayer

[JsonProperty("receiving")]
public int ReceivingPlayer { get; set; }

Property Value

int