Esempio n. 1
0
 // Constructor
 public Labyrinth(BaseChar bc) {
   player = bc;
   devmd = false;
   currRm = new RoomGen(player, this);
   currRm.MapGen(player.xcor(), player.ycor());
 }