Tree growing!

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-27 01:08:26 +01:00
parent 8f6ed22158
commit 2353457b5b
10 changed files with 163 additions and 5 deletions

View File

@ -25,8 +25,7 @@ the Free Software Foundation, either version 3 of the License, or
*/
class Generator{
class WorldGenerator{
private $gen, $seed, $raw;
public function __construct($genName, $seed){
$this->seed = (int) $seed;