Updated 'Resources' class.

Updated the 'Resources' class by adding the 'MAX_PLAYERS' constant to it.
This commit is contained in:
Daniel Grigencha
2024-12-02 20:43:47 +01:00
parent 73859d8c81
commit c48f924ead

View File

@@ -8,6 +8,11 @@
* @see #BUNDLE
*/
public class Resources {
/**
* Create Resources constants.
*/
public static final int MAX_PLAYERS = 4;
/**
* The resource bundle for the MDGA game.
*/