bool RemovePlayer(PlayerObject pobj) { return(players.TryTake(out pobj)); }
void AddPlayer(PlayerObject pobj) { players.Add(pobj); }