Popup ECS Refactor (#4692)

This commit is contained in:
Vera Aguilera Puerto
2021-09-26 15:18:45 +02:00
committed by GitHub
parent 2051970cc1
commit 0767bd3777
142 changed files with 513 additions and 705 deletions

View File

@@ -176,7 +176,7 @@ namespace Content.Client.ContextMenu.UI
}
}
public sealed class ContextMenuPopup : Popup
public sealed class ContextMenuPopup : Robust.Client.UserInterface.Controls.Popup
{
private static readonly Color DefaultColor = Color.FromHex("#1116");
private static readonly Color MarginColor = Color.FromHex("#222E");