tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
Components
Chat
Commands
ICommandFactory.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
namespace
Tgstation.Server.Host.Components.Chat.Commands
4
{
8
interface
ICommandFactory
9
{
14
IReadOnlyList<ICommand>
GenerateCommands
();
15
}
16
}
Tgstation.Server.Host.Components.Chat.Commands.ICommandFactory
Factory for built in ICommands.
Definition
ICommandFactory.cs:9
Tgstation.Server.Host.Components.Chat.Commands.ICommandFactory.GenerateCommands
IReadOnlyList< ICommand > GenerateCommands()
Generate builtin ICommands.
Tgstation.Server.Host.Components.Chat.Commands
Definition
CommandFactory.cs:12
Generated by
1.9.8