See More

100) { throw new \InvalidArgumentException('Chance must be in range 0-100.'); } $this->pool = $pool; $this->chance = $chance; } public function getPool() { return $this->pool; } public function getChance() { return $this->chance; } }