Ejemplo n.º 1
0
 public ExplosiveObject(Vector2 position, Animation animation, int power, GameSection gameSection)
     : base(position, animation)
 {
     _gameSection = gameSection;
     _power       = power;
 }
Ejemplo n.º 2
0
 public Bazooka(Vector2 position, Animation animation, int power, GameSection gameSection)
     : base(position, animation, power, gameSection)
 {
 }
Ejemplo n.º 3
0
 public Bazooka(Vector2 position, Animation animation, int power, GameSection gameSection)
     : base(position, animation, power, gameSection)
 {
 }
Ejemplo n.º 4
0
 public ExplosiveObject(Vector2 position, Animation animation, int power, GameSection gameSection)
     : base(position, animation)
 {
     _gameSection = gameSection;
     _power = power;
 }