Class ConnectPacket
- Namespace
- Archipelago.MultiClient.Net.Packets
- Assembly
- Archipelago.MultiClient.Net.dll
public class ConnectPacket : ArchipelagoPacketBase
- Inheritance
-
ConnectPacket
- Inherited Members
-
Properties
Game
[JsonProperty("game")]
public string Game { get; set; }
Property Value
- string
ItemsHandling
[JsonProperty("items_handling")]
public ItemsHandlingFlags ItemsHandling { get; set; }
Property Value
- ItemsHandlingFlags
Name
[JsonProperty("name")]
public string Name { get; set; }
Property Value
- string
PacketType
public override ArchipelagoPacketType PacketType { get; }
Property Value
- ArchipelagoPacketType
Password
[JsonProperty("password")]
public string Password { get; set; }
Property Value
- string
RequestSlotData
[JsonProperty("slot_data")]
public bool RequestSlotData { get; set; }
Property Value
- bool
[JsonProperty("tags")]
public string[] Tags { get; set; }
Property Value
- string[]
Uuid
[JsonProperty("uuid")]
public string Uuid { get; set; }
Property Value
- string
Version
[JsonProperty("version")]
public NetworkVersion Version { get; set; }
Property Value
- NetworkVersion