Exemplo n.º 1
0
 public static string GenerateMonster(string name)
 {
     // Pass directly into current room
     return(CurrentRoom.GenerateMonster(name));
 }