mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
@@ -10,11 +10,11 @@ namespace Tgstation.Server.Host.Components.Interop.Topic
|
||||
/// <summary>
|
||||
/// The text to reply with as the result of a <see cref="TopicCommandType.ChatCommand"/> request, if any.
|
||||
/// </summary>
|
||||
public string CommandResponseMessage { get; private set; }
|
||||
public string CommandResponseMessage { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="ChatMessage"/>s to send as the result of a <see cref="TopicCommandType.EventNotification"/> request, if any.
|
||||
/// </summary>
|
||||
public ICollection<ChatMessage> ChatResponses { get; private set; }
|
||||
public ICollection<ChatMessage> ChatResponses { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user