Commit 6ef69b22 authored by hosein's avatar hosein

Thief -> Thief | constractor added!

parent 9105f0f6
public class Thief {
private int x, y;
private static boolean see;
Thief(int x, int y) {
this.x = x;
this.y = y;
see = false;
}
}
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