StationSpawningSystem.cs 139 B

12345
  1. using Content.Shared.Station;
  2. namespace Content.Client.Station;
  3. public sealed class StationSpawningSystem : SharedStationSpawningSystem;