Table of Contents

Class Hint

Namespace
Archipelago.MultiClient.Net.Models
Assembly
Archipelago.MultiClient.Net.dll
public class Hint
Inheritance
Hint
Inherited Members

Properties

Entrance

[JsonProperty("entrance")]
public string Entrance { get; set; }

Property Value

string

FindingPlayer

[JsonProperty("finding_player")]
public int FindingPlayer { get; set; }

Property Value

int

Found

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

Property Value

bool

ItemFlags

[JsonProperty("item_flags")]
public ItemFlags ItemFlags { get; set; }

Property Value

ItemFlags

ItemId

[JsonProperty("item")]
public long ItemId { get; set; }

Property Value

long

LocationId

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

Property Value

long

ReceivingPlayer

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

Property Value

int

Status

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

Property Value

HintStatus