Exemplo n.º 1
0
 /**
  * @return SR_Party
  */
 public function getParty($events = true)
 {
     return Shadowrun4::getParty($this->getPartyID(), $events);
 }
Exemplo n.º 2
0
 /**
  * @return SR_Party
  */
 public function getEnemyParty()
 {
     return Shadowrun4::getParty($this->getTarget());
 }