Table of Contents

Class UpdateHintPacket

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

Properties

Location

[JsonProperty("location")]
public long Location { get; set; }

Property Value

long

PacketType

public override ArchipelagoPacketType PacketType { get; }

Property Value

ArchipelagoPacketType

Player

[JsonProperty("player")]
public int Player { get; set; }

Property Value

int

Status

[JsonProperty("status")]
public HintStatus Status { get; set; }

Property Value

HintStatus