public void spawnBullet(Bullet inBullet) { this.m_spawnedBullets.Add(inBullet); }
public void removeBullet(Bullet inBullet) { this.m_spawnedBullets.Remove(inBullet); }