Пример #1
0
 public ExplosiveObject(Vector2 position, Animation animation, int power, GameSection gameSection)
     : base(position, animation)
 {
     _gameSection = gameSection;
     _power       = power;
 }
Пример #2
0
 public Bazooka(Vector2 position, Animation animation, int power, GameSection gameSection)
     : base(position, animation, power, gameSection)
 {
 }
Пример #3
0
 public Bazooka(Vector2 position, Animation animation, int power, GameSection gameSection)
     : base(position, animation, power, gameSection)
 {
 }
Пример #4
0
 public ExplosiveObject(Vector2 position, Animation animation, int power, GameSection gameSection)
     : base(position, animation)
 {
     _gameSection = gameSection;
     _power = power;
 }