Skip to content

Commit 8f1d8af

Browse files
committed
Rename Method "AfterCombat"
1 parent 169ed3d commit 8f1d8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/CombatSystem.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ public boolean startCombatRound(PlayerCharacter player, List<Monster> monsters)
6464
}
6565

6666
}
67-
return AfterCombat();
67+
return ContinueGameAfterCombat();
6868
}
6969

70-
private boolean AfterCombat() {
70+
private boolean ContinueGameAfterCombat() {
7171
GameUtility.printSeperator(30);
7272
System.out.println("Herzlichen Glückwunsch! Du hast alle Gefahren der Etage gemeistert");
7373
if (GameLogic.isTowerPlayable){

0 commit comments

Comments
 (0)