tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
TestMerge.cs
Go to the documentation of this file.
2
4{
6 public sealed class TestMerge : TestMergeApiBase
7 {
11 public UserName? MergedBy { get; set; }
12 }
13}
Represents a test merge of a remote commit source.
UserName? MergedBy
The NamedEntity of the user who created the TestMerge.
Definition TestMerge.cs:11
Base class for user names.
Definition UserName.cs:7