setSeed() public method

public setSeed ( integer $value )
$value integer
コード例 #1
0
ファイル: Level.php プロジェクト: RedstoneAlmeida/Steadfast2
 /**
  * Sets the seed for the level
  *
  * @param int $seed
  */
 public function setSeed($seed)
 {
     $this->provider->setSeed($seed);
 }