Table of Contents

Class SayPacket

Namespace
Archipelago.MultiClient.Net.Packets
Assembly
Archipelago.MultiClient.Net.dll
public class SayPacket : ArchipelagoPacketBase
Inheritance
SayPacket
Inherited Members

Properties

PacketType

public override ArchipelagoPacketType PacketType { get; }

Property Value

ArchipelagoPacketType

Text

[JsonProperty("text")]
public string Text { get; set; }

Property Value

string