Exemplo n.º 1
0
 public void AddDoorToRoom(string room, string exit, string door)
 {
     Model.AddDoorToRoom(room, exit, door);
 }