Compare commits
10 Commits
mergeconf-
...
main
| Author | SHA1 | Date |
|---|---|---|
|
|
ab724524f6 | |
|
|
f6df9d33f7 | |
|
|
7fefb18a07 | |
|
|
64bc2799e4 | |
|
|
45e86b3ecd | |
|
|
edd9d1fe02 | |
|
|
b3688e89fd | |
|
|
9b9105043f | |
|
|
e6f7a485d8 | |
|
|
3e9427de9f |
|
|
@ -8,8 +8,12 @@ public class UI {
|
|||
private Banksystem bs;
|
||||
Scanner sc = new Scanner(System.in);
|
||||
|
||||
int change = 0;
|
||||
int conflict = 3;
|
||||
int change = 2;
|
||||
|
||||
|
||||
|
||||
int conflict = 25;
|
||||
|
||||
|
||||
public UI(Banksystem bs) {
|
||||
this.bs = bs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue