Table of Contents

Class HintPrintJsonPacket

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

Properties

Found

[JsonProperty("found")]
public bool? Found { get; set; }

Property Value

bool?

Item

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

Property Value

NetworkItem

ReceivingPlayer

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

Property Value

int