Table of Contents

Class ArchipelagoPacketBase

Namespace
Archipelago.MultiClient.Net
Assembly
Archipelago.MultiClient.Net.dll
[Serializable]
public abstract class ArchipelagoPacketBase
Inheritance
ArchipelagoPacketBase
Derived
Inherited Members

Properties

PacketType

[JsonProperty("cmd")]
[JsonConverter(typeof(StringEnumConverter))]
public abstract ArchipelagoPacketType PacketType { get; }

Property Value

ArchipelagoPacketType

Methods

ToJObject()

Retrieve the basic jobject that was send by the server. Its not recommended to use this however the JObject allows accessing properties are not available in the library

public JObject ToJObject()

Returns

JObject