ISpawnPoint.cs 124 B

1234567
  1. namespace Content.Server.Spawners.Components;
  2. public interface ISpawnPoint
  3. {
  4. SpawnPointType SpawnType { get; set; }
  5. }