Table of Contents

Class ChatPrintJsonPacket

Namespace
Archipelago.MultiClient.Net.Packets
Assembly
Archipelago.MultiClient.Net.dll
public class ChatPrintJsonPacket : PrintJsonPacket
Inheritance
ChatPrintJsonPacket
Inherited Members

Properties

Message

[JsonProperty("message")]
public string Message { get; set; }

Property Value

string

Slot

[JsonProperty("slot")]
public int Slot { get; set; }

Property Value

int

Team

[JsonProperty("team")]
public int Team { get; set; }

Property Value

int