Class ConnectedPacket
- Namespace
- Archipelago.MultiClient.Net.Packets
- Assembly
- Archipelago.MultiClient.Net.dll
public class ConnectedPacket : ArchipelagoPacketBase
- Inheritance
-
ConnectedPacket
- Inherited Members
-
Properties
HintPoints
[JsonProperty("hint_points")]
public int? HintPoints { get; set; }
Property Value
- int?
LocationsChecked
[JsonProperty("checked_locations")]
public long[] LocationsChecked { get; set; }
Property Value
- long[]
MissingChecks
[JsonProperty("missing_locations")]
public long[] MissingChecks { get; set; }
Property Value
- long[]
PacketType
public override ArchipelagoPacketType PacketType { get; }
Property Value
- ArchipelagoPacketType
Players
[JsonProperty("players")]
public NetworkPlayer[] Players { get; set; }
Property Value
- NetworkPlayer[]
Slot
[JsonProperty("slot")]
public int Slot { get; set; }
Property Value
- int
SlotData
[JsonProperty("slot_data")]
public Dictionary<string, object> SlotData { get; set; }
Property Value
- Dictionary<string, object>
SlotInfo
[JsonProperty("slot_info")]
public Dictionary<int, NetworkSlot> SlotInfo { get; set; }
Property Value
- Dictionary<int, NetworkSlot>
Team
[JsonProperty("team")]
public int Team { get; set; }
Property Value
- int