- 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);
- }
- }
|