Back to project page GameTimer.
The source code is released under:
Apache License
If you think the Android project GameTimer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.solidnw.gametimer.model; //from w w w. ja v a2s . c om public class GameModeConstants { public static final String KEY = "GameMode"; public static final int NUM_GAME_MODES = 2; public static final String FIXED_TURN_TIME = "FixedTimePerTurn"; public static final String FIXED_PLAYER_TIME = "FixedTimePerPlayer"; }