Ejemplo n.º 1
0
 public function onCompletion(Server $server)
 {
     if (($gun = MineCombat::getInstance()->getGunByPlayer($this->player)) !== null) {
         $gun->processShoot($this->ret);
     }
 }