mass update

This commit is contained in:
2018-04-11 21:05:45 +02:00
parent 016a2e2bbb
commit 17ce8566a3
8 changed files with 270 additions and 224 deletions

View File

@@ -13,7 +13,7 @@ public class Main {
Worm worm3 = new Worm(Coordinate.create(0.0, 0.0), 0.0, "Gamma", 1.0);
Worm worm4 = new Worm(Coordinate.create(0.0, 0.0), 0.0, "Delta", 1.0);
Team team1 = new Team(null, "TestTeam");
Team team1 = new Team("TestTeam");
team1.addWorm(worm1);
team1.addWorm(worm2);