mass update
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user