Updated 'Resources' class.
Updated the 'Resources' class by adding the 'MAX_PLAYERS' constant to it.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user