示例#1
0
 public void addBullet(Bullet b)
 {
     bulletList.Add(b);
 }
示例#2
0
 public void removeBullet(Bullet b)
 {
     bulletList.Remove(b);
 }