Exemple #1
0
 public void spawnBullet(Bullet inBullet)
 {
     this.m_spawnedBullets.Add(inBullet);
 }
Exemple #2
0
 public void removeBullet(Bullet inBullet)
 {
     this.m_spawnedBullets.Remove(inBullet);
 }