Skip to content

Commit

Permalink
Added JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bagarozzi committed Jul 7, 2024
1 parent dd4e821 commit 6723178
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
*/
public class BasicBombarderoGameManager implements GameManager {

/**
* The total length in time of one match: 2 minutes.
*/
public static final long TOTAL_GAME_TIME = 120_000L;
public static final long GAME_OVER_TIME = 0L;

Expand Down

0 comments on commit 6723178

Please sign in to comment.