Re-organize all projects (#4166)
This commit is contained in:
12
Content.Client/Ghost/Roles/UI/GhostRoleWindow.cs
Normal file
12
Content.Client/Ghost/Roles/UI/GhostRoleWindow.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Client.UserInterface.CustomControls;
|
||||
|
||||
namespace Content.Client.Ghost.Roles.UI
|
||||
{
|
||||
public class GhostRoleWindow : SS14Window
|
||||
{
|
||||
protected override void Opened()
|
||||
{
|
||||
base.Opened();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user