17 lines
362 B
C#
17 lines
362 B
C#
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Content.Client.Mapping;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class MappingSpawnButton : Control
|
|
{
|
|
public MappingPrototype? Prototype;
|
|
|
|
public MappingSpawnButton()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|