public void RemoveBubble(CloudBubble bubble) { bubble.Service = null; bubbles.Remove(bubble.BubbleId); hub.RemoveBubble(bubble); server.RemoveBubble(bubble); }
public void RemoveBubble(TankBubble bubble) { server.RemoveBubble(bubble.MxpBubble); hub.RemoveBubble(bubble.MxpBubble); Bubbles.Remove(bubble); }