tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Interop
Topic
TopicResponse.cs
Go to the documentation of this file.
1
using
System
.Collections.Generic;
2
using
Tgstation
.
Server
.
Host
.
Components
.
Chat
.
Commands
;
3
4
namespace
Tgstation
.
Server
.Host.Components.Interop.Topic
5
{
9
sealed
class
TopicResponse
:
DMApiResponse
10
{
14
public
string
CommandResponseMessage {
get
;
set
; }
15
19
public
ICollection<ChatMessage> ChatResponses {
get
;
set
; }
20
24
public
ICollection<CustomCommand> CustomCommands {
get
;
set
; }
25
}
26
}
Tgstation.Server.Host.Components.Chat
Definition:
ChannelMapping.cs:1
Tgstation.Server.Host.Components.Interop.DMApiResponse
Common base for interop responses.
Definition:
DMApiResponse.cs:6
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Interop.Topic.TopicResponse
A response to a topic request.
Definition:
TopicResponse.cs:9
Tgstation.Server.Host.Components.Chat.Commands
Definition:
ByondCommand.cs:9
Tgstation.Server.Host.Components
Tgstation.Server
Tgstation.Server.Host
Tgstation
Generated by
1.8.11