Table of Contents

Class CreateHintsPacket

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

Properties

Locations

[JsonProperty("locations")]
public long[] Locations { 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