You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
203 B
Java
8 lines
203 B
Java
9 years ago
|
public class Debug5 extends Map_World {
|
||
|
public Debug5() {
|
||
|
super(
|
||
|
new String[] {"Spieler Nr. 1", "Player No. 2", "Spieler Nr. 3", "Player No. 4", "Spieler Nr. 5"},
|
||
|
new int[] {0,1,2,3,4}
|
||
|
);
|
||
|
}
|
||
|
}
|