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
Player
[JsonProperty("player")]
public int Player { get; set; }
Property Value
Status
[JsonProperty("status")]
public HintStatus Status { get; set; }