Temp #12
@@ -117,7 +117,6 @@ public class MainGame extends ApplicationAdapter {
|
|||||||
this.team = new Team();
|
this.team = new Team();
|
||||||
this.enemyTeam = new Team();
|
this.enemyTeam = new Team();
|
||||||
|
|
||||||
|
|
||||||
System.out.println(this.chosenFaction);
|
System.out.println(this.chosenFaction);
|
||||||
for (int i = 1; i <= 5; i++) {
|
for (int i = 1; i <= 5; i++) {
|
||||||
GameCharacter temp = new Hacker("hacker" + i, characters[5][0], new BodySwap("test"));
|
GameCharacter temp = new Hacker("hacker" + i, characters[5][0], new BodySwap("test"));
|
||||||
|
|||||||
Reference in New Issue
Block a user