13 lines
240 B
C#
13 lines
240 B
C#
using Robust.Client.UserInterface.CustomControls;
|
|
|
|
namespace Content.Client.UserInterface
|
|
{
|
|
public class GhostRoleWindow : SS14Window
|
|
{
|
|
protected override void Opened()
|
|
{
|
|
base.Opened();
|
|
}
|
|
}
|
|
}
|