Exemplo n.º 1
0
 internal void AddToInterpolated(DelayedDespawnGhost ghost) => _interpolatedDespawnQueue.Enqueue(ghost);
Exemplo n.º 2
0
 internal void AddToPredicted(DelayedDespawnGhost ghost) => _predictedDespawnQueue.Enqueue(ghost);