tgstation-server
The /tg/station 13 server suite
ChatCommand.cs
Go to the documentation of this file.
2 
3 namespace Tgstation.Server.Host.Components.Interop
4 {
5  sealed class ChatCommand
6  {
7  public string Command { get; set; }
8  public string Params { get; set; }
9  public User User { get; set; }
10  }
11 }
Represents a tgs_chat_user datum
Definition: User.cs:10