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

10 lines
138 B
C#

using Robust.Client.UserInterface;
namespace Content.Client.UserInterface
{
public class TopNotification : Control
{
}
}