Klasse Spieler ändern
parent
7c8d8e8e65
commit
88575dcedd
|
@ -46,7 +46,7 @@ public class Spieler {
|
||||||
|
|
||||||
public void setScoreForCategory(int categoryIndex, int score) {
|
public void setScoreForCategory(int categoryIndex, int score) {
|
||||||
this.score = score;
|
this.score = score;
|
||||||
// Дополнительная логика, если необходимо
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue