Compare commits

..

2 Commits

Author SHA1 Message Date
Stefan 45e86b3ecd solved merge conflict 2024-10-28 14:10:41 +01:00
Stefan edd9d1fe02 merge2 2024-10-28 14:08:00 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@ public class UI {
int change = 1;
int conflict = 5;
int conflict = 10;
public UI(Banksystem bs) {
this.bs = bs;