tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
UserGroupResponse.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4
6{
8 public sealed class UserGroupResponse : UserGroup
9 {
13 public ICollection<UserName>? Users { get; set; }
14 }
15}
ICollection< UserName >? Users
The UserNames the UserGroupResponse has.