oehuizjio

This commit is contained in:
2025-12-10 11:16:18 +01:00
parent 73127a3e61
commit 3ff4647fee
3 changed files with 19 additions and 8 deletions

View File

@@ -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();
}