adds some attribute

mergeconf-1
Stefan 2024-10-28 13:32:02 +01:00
parent 7c06711460
commit b4d8831f47
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ public class UI {
private Banksystem bs;
Scanner sc = new Scanner(System.in);
int change = 0;
int conflict = 2;
public UI(Banksystem bs) {