Compare commits
2 Commits
29227dd2f6
...
a09fbcefce
Author | SHA1 | Date | |
---|---|---|---|
|
a09fbcefce | ||
|
7fd7c666f1 |
@ -16,7 +16,7 @@ public class BalayeuseAlgue extends Command {
|
||||
public BalayeuseAlgue(Requin requin) {
|
||||
this.requin = requin;
|
||||
this.bougie =bougie;
|
||||
addRequirements(requin);
|
||||
addRequirements(requin,bougie);
|
||||
// Use addRequirements() here to declare subsystem dependencies.
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,7 @@ public class BalayeuseCoral extends Command {
|
||||
public BalayeuseCoral(Requin requin) {
|
||||
this.requin = requin;
|
||||
this.bougie = bougie;
|
||||
addRequirements(requin);
|
||||
addRequirements(requin,bougie);
|
||||
// Use addRequirements() here to declare subsystem dependencies.
|
||||
}
|
||||
|
||||
|
@ -13,6 +13,7 @@ public class ExpireAlgue extends Command {
|
||||
/** Creates a new ExpireAlgue. */
|
||||
public ExpireAlgue(Requin requin) {
|
||||
this.requin = requin;
|
||||
addRequirements(requin);
|
||||
// Use addRequirements() here to declare subsystem dependencies.
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user