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