internal void AddToInterpolated(DelayedDespawnGhost ghost) => _interpolatedDespawnQueue.Enqueue(ghost);
 internal void AddToPredicted(DelayedDespawnGhost ghost) => _predictedDespawnQueue.Enqueue(ghost);