示例#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;
 }