This commit is contained in:
virgi 2024-05-31 11:33:46 +02:00
commit 276727eb63
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;
//te
Engineer(int x,int y){
//first we call the constructor of the superClass(Animal)
//with the values we want.