【修改仿真最大速度】
This commit is contained in:
parent
6fa2adb7cd
commit
ed357b2e4a
@ -36,7 +36,7 @@ public abstract class Simulation<U extends SimulationUser, M extends SimulationM
|
|||||||
*/
|
*/
|
||||||
private volatile int speed;
|
private volatile int speed;
|
||||||
public static final int MIN_SPEED = 1;
|
public static final int MIN_SPEED = 1;
|
||||||
public static final int MAX_SPEED = 100;
|
public static final int MAX_SPEED = 10;
|
||||||
/**
|
/**
|
||||||
* 仿真系统时间
|
* 仿真系统时间
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user