Merge branch 'master' of https://gitarero.ecam.fr/lucas.jacquet/OOP_D7_Project.git
This commit is contained in:
commit
276727eb63
|
|
@ -6,7 +6,7 @@ import java.util.ArrayList;
|
||||||
public class Engineer extends Agent {
|
public class Engineer extends Agent {
|
||||||
|
|
||||||
int timer;
|
int timer;
|
||||||
|
//te
|
||||||
Engineer(int x,int y){
|
Engineer(int x,int y){
|
||||||
//first we call the constructor of the superClass(Animal)
|
//first we call the constructor of the superClass(Animal)
|
||||||
//with the values we want.
|
//with the values we want.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue