This commit is contained in:
lucas 2024-05-27 22:11:24 +02:00
parent b3bac53303
commit f190e31860
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import java.util.ArrayList;
public class Engineer extends Agent {
int timer;
//test
//te
Engineer(int x,int y){
//first we call the constructor of the superClass(Animal)
//with the values we want.