aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--report/progression.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/report/progression.tex b/report/progression.tex
index 6f4479a..b681e02 100644
--- a/report/progression.tex
+++ b/report/progression.tex
@@ -192,8 +192,13 @@ description from the Item model and ask the View to display it.
192 192
193\subsection{items} 193\subsection{items}
194 194
195A Room can contain multiple items since commit 04f03d128.
196
195\subsection{Collection choice} 197\subsection{Collection choice}
196 198
199The collection chosen to implement the multiple items support was the HashMap in
200order to associate an item name (String) to an Item, so that the user is able
201to perform actions on a particular one (take, drop, use, etc\ldots).
197 202
198\section{Zuul with history} 203\section{Zuul with history}
199 204