It the same game over code right?


1 2 3 4 | public WIN getWIN() { return thisWIN; } |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | public game_over1 getGameOver1() { if (losehealthber = 0 ) { return game_over1; } } public Healthbar getHealthbar() { if (touchinggator = false ) { return thisHealthbar; } } public Victory getVictory() { if (scoreboard = 4 ) { return new Victory(); } |