using Robust.Client.UserInterface; using Robust.Client.UserInterface.XAML; namespace Content.Client.Hands { public sealed class HandVirtualPullItemStatus : Control { public HandVirtualPullItemStatus() { RobustXamlLoader.Load(this); } } }