#nullable enable using Robust.Shared.GameObjects; namespace Content.Shared.Markers { public class SharedSpawnPointComponent : Component { public sealed override string Name => "SpawnPoint"; } }