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