Added Ores to objects

This commit is contained in:
Shoghi Cervantes
2014-03-06 05:43:40 +01:00
parent eeb8244f26
commit c9c6d5a5f4
5 changed files with 24 additions and 21 deletions

View File

@ -20,7 +20,6 @@
*/
namespace PocketMine\Level\Generator;
use PocketMine\Level;
use PocketMine;
class Flat extends Generator{
@ -122,7 +121,7 @@ class Flat extends Generator{
}
}
public function init(Level $level, Random $random){
public function init(Level\Level $level, Utils\Random $random){
$this->level = $level;
$this->random = $random;
}