Exemplo n.º 1
0
 public static void CloseDoor(string roomID, string direction)
 {
     CommandParser.CloseDoorOverride(roomID, direction);
 }