org.jogre.common
Interface IJogreDefaults

All Known Implementing Classes:
GameProperties

public interface IJogreDefaults

Interface file to default values such as the number of players etc. These should be set in game property files.

Version:
Alpha 0.1
Author:
Bob Marks

Field Summary
static int MAX_NUM_OF_PLAYERS
           
static int MAX_NUM_OF_TABLES
           
static int MAX_NUM_OF_USERS
           
static int MIN_NUM_OF_PLAYERS
           
 

Field Detail

MIN_NUM_OF_PLAYERS

public static final int MIN_NUM_OF_PLAYERS

MAX_NUM_OF_PLAYERS

public static final int MAX_NUM_OF_PLAYERS

MAX_NUM_OF_TABLES

public static final int MAX_NUM_OF_TABLES

MAX_NUM_OF_USERS

public static final int MAX_NUM_OF_USERS