10 lines
138 B
C#
10 lines
138 B
C#
|
|
using Robust.Client.UserInterface;
|
|||
|
|
|
|||
|
|
namespace Content.Client.UserInterface
|
|||
|
|
{
|
|||
|
|
public class TopNotification : Control
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
}
|