tgstation-server 6.4.1
The /tg/station 13 server suite
Loading...
Searching...
No Matches
FieldPresence.cs
Go to the documentation of this file.
2{
6 public enum FieldPresence
7 {
11 Optional,
12
16 Required,
17
21 Ignored,
22 }
23}
FieldPresence
Indicates whether a request field is Required or Ignored.
Definition: FieldPresence.cs:7