setSeed() 공개 메소드

public setSeed ( integer $value )
$value integer
예제 #1
0
 /**
  * Sets the seed for the level
  *
  * @param int $seed
  */
 public function setSeed($seed)
 {
     $this->provider->setSeed($seed);
 }