Class BouncePacket
- Namespace
- Archipelago.MultiClient.Net.Packets
- Assembly
- Archipelago.MultiClient.Net.dll
public class BouncePacket : ArchipelagoPacketBase
- Inheritance
-
BouncePacket
- Derived
-
- Inherited Members
-
Properties
Data
[JsonProperty("data")]
public Dictionary<string, JToken> Data { get; set; }
Property Value
- Dictionary<string, JToken>
Games
[JsonProperty("games")]
public List<string> Games { get; set; }
Property Value
- List<string>
PacketType
public override ArchipelagoPacketType PacketType { get; }
Property Value
- ArchipelagoPacketType
Slots
[JsonProperty("slots")]
public List<int> Slots { get; set; }
Property Value
- List<int>
[JsonProperty("tags")]
public List<string> Tags { get; set; }
Property Value
- List<string>