Ejemplo n.º 1
0
 public static void AddBullet(BulletEntity bullet)
 {
     _bullets.Add(bullet);
 }
Ejemplo n.º 2
0
 public static void AddBullet(BulletEntity bullet)
 {
     _bullets.Add(bullet);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Removes bullet from bullet list.
 /// </summary>
 /// <param name="bullet">Bullet to remove.</param>
 public static void RemoveBullet(BulletEntity bullet)
 {
     _bullets.Remove(bullet);
 }
Ejemplo n.º 4
0
 /// <summary>
 /// Removes bullet from bullet list.
 /// </summary>
 /// <param name="bullet">Bullet to remove.</param>
 public static void RemoveBullet(BulletEntity bullet)
 {
     _bullets.Remove(bullet);
 }