Commit 9105f0f6 authored by hosein's avatar hosein

Police -> Police | constractor added!

parent a6054093
public class Police {
private int x, y;
private static boolean see;
Police(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