mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
17 lines
386 B
C#
17 lines
386 B
C#
using Content.Client._Shitmed.Choice.UI;
|
|
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Content.Client._Shitmed.Medical.Surgery;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class SurgeryStepButton : ChoiceControl
|
|
{
|
|
public EntityUid Step { get; set; }
|
|
|
|
public SurgeryStepButton()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|