Table of Contents

Class GameData

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

Properties

Checksum

[JsonProperty("checksum")]
public string Checksum { get; set; }

Property Value

string

ItemLookup

[JsonProperty("item_name_to_id")]
public Dictionary<string, long> ItemLookup { get; set; }

Property Value

Dictionary<string, long>

LocationLookup

[JsonProperty("location_name_to_id")]
public Dictionary<string, long> LocationLookup { get; set; }

Property Value

Dictionary<string, long>

Version

[Obsolete("use Checksum instead")]
[JsonProperty("version")]
public int Version { get; set; }

Property Value

int