Files
tbd-station-14/Content.Client/Ghost/Roles/UI/GhostRoleWindow.cs
2021-06-09 22:19:39 +02:00

13 lines
241 B
C#

using Robust.Client.UserInterface.CustomControls;
namespace Content.Client.Ghost.Roles.UI
{
public class GhostRoleWindow : SS14Window
{
protected override void Opened()
{
base.Opened();
}
}
}