Hide role entities in the spawn menu (#32798)

This commit is contained in:
Leon Friedrich
2024-10-14 16:05:49 +13:00
committed by GitHub
parent 4e0018697f
commit 2d60a4684c
4 changed files with 19 additions and 3 deletions

View File

@@ -1,9 +1,11 @@
using Robust.Shared.Prototypes;
namespace Content.Server.Atmos.Components
{
/// <summary>
/// Used by FixGridAtmos. Entities with this may get magically auto-deleted on map initialization in future.
/// </summary>
[RegisterComponent]
[RegisterComponent, EntityCategory("Mapping")]
public sealed partial class AtmosFixMarkerComponent : Component
{
// See FixGridAtmos for more details