Table of Contents

Class TagsChangedPrintJsonPacket

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

Properties

Slot

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

Property Value

int

Tags

[JsonProperty("tags")]
public string[] Tags { get; set; }

Property Value

string[]

Team

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

Property Value

int