Delta-v/Content.Client/UserInterface/GhostRoleWindow.cs

13 lines
240 B
C#

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