Exemple #1
0
 /// <summary>
 /// Remove a npc shot
 /// </summary>
 public void RemoveNpcShot(UiElement npcShot)
 {
     npcShot.Clear();
     NpcShots.Remove(npcShot);
 }
Exemple #2
0
 /// <summary>
 /// Remove a player shot
 /// </summary>
 public void RemovePlayerShot(UiElement playerShot)
 {
     playerShot.Clear();
     PlayerShots.Remove(playerShot);
 }