tgstation-server  4.3.2
The /tg/station 13 server suite
DMApiResponse.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Host.Components.Interop
2 {
6  public abstract class DMApiResponse
7  {
11  public string ErrorMessage { get; set; }
12  }
13 }