Ejemplo n.º 1
0
 public void Shoot()
 {
     Scene.Add(BulletFactory.Invoke(new Vector2(1, 1), _shootPos, 300, 10, 5, 5
                                    ));
 }