Skip to content

Commit

Permalink
Update Equipment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
minspan1999 committed Feb 27, 2020
1 parent b64fe8c commit decba7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
public class Equipment implements EnemyListFragment.onClickEnemyListClose, NotePadFragment.NotebookClose {

private FragmentManager fragmentManager;
Integer[] walls = new Integer[]{26, 22, 15, 14, 13};
List<Integer> wallList = Arrays.asList(walls);
private Integer[] walls = new Integer[]{26, 22, 15, 14, 13};
private List<Integer> wallList = Arrays.asList(walls);
private TextView message;

public Equipment(Context context, FragmentManager fragmentManager, TextView popupMessage, String name) {
Expand Down

0 comments on commit decba7d

Please sign in to comment.