Commit eae747f7 authored by nargessalehi98's avatar nargessalehi98

Add new Field.

parent f7a12162
......@@ -4,11 +4,12 @@ import java.util.ArrayList;
public class Controller {
public static String userName;
public static ArrayList<Wall> walls;
public static Graphics2D g2d;
public static BufferedImage taken;
public static int row;
public static int col;
public static ArrayList<Wall> walls;
public static ArrayList<Prize> prizes;
public static ArrayList<Tank> tanks;
public static boolean getPrize;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment