public TrainingGround() { super(1600, 1000, 1); this(500, 500);
public TrainingGround() { super(1600, 1000, 1); this(500, 500);
public TrainingGround() { this(500,500); } public TrainingGround(int arg1, int arg2) { super(1600,1000,1); // other stuff }