Part C report

This commit is contained in:
Christos Houtouridis 2018-12-22 18:39:02 +02:00
parent 3b3eda4090
commit 7f5f3f34e8
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -563,7 +563,7 @@ public class Board {
private Snake[] snakes; /**< Board's snakes */
private Ladder[] ladders; /**< Board's ladders */
private Apple[] apples; /**< Board's apples */
private ArrayList<Player> players; /**< oard's copy of players reference vector */
private ArrayList<Player> players; /**< board's copy of players reference vector */
/** @} */
}