Development #35

Merged
j23f0779 merged 22 commits from development into dev/model 2024-12-06 10:09:29 +01:00
23 changed files with 6014 additions and 19 deletions
Showing only changes of commit a6c8cc33f4 - Show all commits

View File

@@ -130,6 +130,8 @@ public void selectCard(CardControl cardControl) {
}
cardControl.select();
cardSelect = getKeyByValue(bonusCardControlMap, cardControl);
app.getModelSynchronize().selectCard(cardSelect);
}
}