2021-07-31 03:14:00 +02:00
|
|
|
|
using Robust.Client.UserInterface;
|
|
|
|
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
|
|
|
2022-09-11 18:56:21 -07:00
|
|
|
|
namespace Content.Client.Hands.UI
|
2021-07-31 03:14:00 +02:00
|
|
|
|
{
|
2021-09-17 07:16:11 -07:00
|
|
|
|
public sealed class HandVirtualItemStatus : Control
|
2021-07-31 03:14:00 +02:00
|
|
|
|
{
|
2021-09-17 07:16:11 -07:00
|
|
|
|
public HandVirtualItemStatus()
|
2021-07-31 03:14:00 +02:00
|
|
|
|
{
|
|
|
|
|
|
RobustXamlLoader.Load(this);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|