public void Detach(Player player) { list.Remove(player); }
public void Attach(Player player) { list.Add(player); }