Ejemplo n.º 1
0
 /**
  * __construct method
  * @param string $name
  * */
 public function __construct($name)
 {
     parent::__construct($name);
     $this->setNoise('Barev');
     $this->setHitType('Harvacec');
 }
Ejemplo n.º 2
0
 /**
  * __construct method
  * @param string $name
  * */
 public function __construct($name)
 {
     parent::__construct($name);
     $this->setNoise('haf');
     $this->setHitType('bit');
 }
Ejemplo n.º 3
0
 /**
  * __construct method
  * @param string $name
  * */
 public function __construct($name)
 {
     parent::__construct($name);
     $this->setNoise('meow');
     $this->setHitType('scratch');
 }
Ejemplo n.º 4
0
 /**
  * __construct method
  * @param string $name
  * */
 public function __construct($name)
 {
     parent::__construct($name);
     $this->setNoise('i he he');
 }