Delta-v/Content.Client/_NF/Hands/UI/HandPlaceholderStatus.cs

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);
}
}
}