Updated 'Resources' class.

Updated the 'Resources' class by adding the 'MAX_PIECES' constant to it.
This commit is contained in:
Daniel Grigencha
2024-12-02 20:45:07 +01:00
parent c48f924ead
commit c1fa679261

View File

@@ -12,6 +12,7 @@ public class Resources {
* Create Resources constants.
*/
public static final int MAX_PLAYERS = 4;
public static final int MAX_PIECES = 4;
/**
* The resource bundle for the MDGA game.