2022-04-03 01:06:29 +03:00
|
|
|
|
using Robust.Client.AutoGenerated;
|
|
|
|
|
|
using Robust.Client.UserInterface.Controls;
|
|
|
|
|
|
|
2022-09-11 20:42:12 -07:00
|
|
|
|
namespace Content.Client.UserInterface.Systems.Ghost.Controls.Roles;
|
2022-04-03 01:06:29 +03:00
|
|
|
|
|
|
|
|
|
|
[GenerateTypedNameReferences]
|
|
|
|
|
|
public sealed partial class GhostRoleEntryButtons : BoxContainer
|
|
|
|
|
|
{
|
|
|
|
|
|
}
|