public LineFormationCommand(Knights target, Room room, Location location) { knights = target; this.room = room; heroLocation = location; iter = new KnightsIterator(knights.getKnights()); }
public Player(Room room) { currentRoom = room; knights = new Knights(); }