예제 #1
0
 public void AddEnterToRoom(string room, string enter, string direction)
 {
     Model.AddEnterToRoom(room, enter, direction);
 }