14 lines
289 B
C#
14 lines
289 B
C#
using Robust.Client.UserInterface;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Content.Client._NF.Hands.UI
|
|
{
|
|
public sealed class HandPlaceholderStatus : Control
|
|
{
|
|
public HandPlaceholderStatus()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|
|
}
|