Added getCoutRealie for Label

This commit is contained in:
Yanis Mahé 2026-04-16 09:38:23 +02:00
parent fcfa9e05eb
commit f80f2a348c

View file

@ -25,6 +25,10 @@ public class Label {
return pere; return pere;
} }
public int getCoutRealise() {
return coutRealise;
}
public int getCost() { public int getCost() {
return coutRealise; return coutRealise;
} }