1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-30 12:43:28 +00:00
PokeHES/src/Main/Settings.java

12 lines
257 B
Java
Raw Normal View History

package Main;
public class Settings {
2022-06-09 19:07:13 +00:00
public static final boolean ANDROID = false;
public static final int PLAYERS = 1;
public static final int TIME = 10; // number of minutes for kill all enemy
public static final int SIDE = 800;
}