Add: complete javaDOC
This commit is contained in:
@@ -19,11 +19,17 @@ import java.util.*;
|
||||
*/
|
||||
public class MiniModel implements Serializable {
|
||||
|
||||
/** Upper row of tribe cards currently on the board. */
|
||||
public ArrayList<TribeCard> upperListTribeCards;
|
||||
/** Lower row of tribe cards currently on the board. */
|
||||
public ArrayList<TribeCard> lowerListTribeCards;
|
||||
/** Upper row of building cards currently on the board. */
|
||||
public ArrayList<BuildingCard> upperListBuildingCards;
|
||||
/** Lower row of building cards currently on the board. */
|
||||
public ArrayList<BuildingCard> lowerListBuildingCards;
|
||||
/** Usernames of players currently disconnected from the game. */
|
||||
public ArrayList<String> disconnectedPlayers;
|
||||
/** The most recent network event applied to this model. */
|
||||
public NetworkEvent lastEvent;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user