10 lines
252 B
C#
10 lines
252 B
C#
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface.Controls;
|
|
|
|
namespace Content.Client.UserInterface.Systems.Ghost.Controls.Roles;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class GhostRoleEntryButtons : BoxContainer
|
|
{
|
|
}
|