namespace TanksServer.GameLogic; internal sealed class SpawnQueueProvider { public ConcurrentQueue Queue { get; } = new(); }