tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IUserName.cs
Go to the documentation of this file.
1using HotChocolate.Types.Relay;
2
4{
8 public interface IUserName
9 {
13 [ID]
14 public long Id { get; }
15
19 public string Name { get; }
20 }
21}