Commit 11d027b7 authored by nargessalehi98's avatar nargessalehi98

Add new field to controller.

parent e7a9037d
import java.awt.*;
import java.awt.image.BufferedImage;
import java.util.ArrayList;
public class Controller { public class Controller {
public static String userName; 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;
} }
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