1. In PlayersForTest.java create the NPC in the enum such as: <br>
`PlayersForTest(int id, String playerName, String type, int row, int col, String password, String mapName, int pin, String changedOn, int doubloons, int experiencePoints,Crew crew, Major major, int section, int buffPool, boolean online, ArrayList<String> mapsVisited)
`
`PlayersForTest(int id, String playerName, String type, int row, int col, String password, String mapName, int pin, String changedOn, int doubloons, int experiencePoints,Crew crew, Major major, int section, int buffPool, boolean online, ArrayList<String> mapsVisited)`
[I'm a relative reference to a repository file](../blob/master/freshmanrpgsuite/FreshmanRPG/GameShared/src/main/java/datatypes)