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