namespace Content.Server.Spawners.Components; public interface ISpawnPoint { SpawnPointType SpawnType { get; set; } }