adds some attribute
parent
7c06711460
commit
b4d8831f47
|
@ -8,6 +8,7 @@ public class UI {
|
||||||
private Banksystem bs;
|
private Banksystem bs;
|
||||||
Scanner sc = new Scanner(System.in);
|
Scanner sc = new Scanner(System.in);
|
||||||
|
|
||||||
|
int change = 0;
|
||||||
int conflict = 2;
|
int conflict = 2;
|
||||||
|
|
||||||
public UI(Banksystem bs) {
|
public UI(Banksystem bs) {
|
||||||
|
|
Loading…
Reference in New Issue