Class InvalidPacketPacket
- Namespace
- Archipelago.MultiClient.Net.Packets
- Assembly
- Archipelago.MultiClient.Net.dll
public class InvalidPacketPacket : ArchipelagoPacketBase
- Inheritance
-
InvalidPacketPacket
- Inherited Members
Properties
ErrorText
[JsonProperty("text")]
public string ErrorText { get; set; }
Property Value
ErrorType
[JsonProperty("type")]
public InvalidPacketErrorType ErrorType { get; set; }
Property Value
OriginalCmd
[JsonProperty("original_cmd")]
public ArchipelagoPacketType OriginalCmd { get; set; }
Property Value
PacketType
public override ArchipelagoPacketType PacketType { get; }