Table of Contents

Class ServerChatLogMessage

Namespace
Archipelago.MultiClient.Net.MessageLog.Messages
Assembly
Archipelago.MultiClient.Net.dll

An chat message to display to the user, consisting of an array of message parts to form a sentence. The ServerChatLogMessage is send in response to the server chatting some message

public class ServerChatLogMessage : LogMessage
Inheritance
ServerChatLogMessage
Inherited Members

Properties

Message

The message that was chatted

public string Message { get; }

Property Value

string

See Also