tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ChatEmbedField.cs
Go to the documentation of this file.
2{
6 public sealed class ChatEmbedField
7 {
11 public string? Name { get; set; }
12
16 public string? Value { get; set; }
17
21 public bool? IsInline { get; set; }
22 }
23}
bool? IsInline
Gets a value indicating whether the field should display inline.