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