oehuizjio
This commit is contained in:
@@ -15,14 +15,14 @@ public class Travailleur extends Person {
|
||||
* @return fête sans le travailleur
|
||||
*/
|
||||
public int bestPartyWithoutMe(){
|
||||
// return null;
|
||||
return 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return fête avec le travailleur
|
||||
*/
|
||||
public int bestParty(){
|
||||
// return null;
|
||||
return getFunFactor();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user