Fix: Sustenence Optimized

This commit is contained in:
GabrieleRadice
2026-03-19 15:34:59 +01:00
parent 959341e421
commit 4792298495
2 changed files with 27 additions and 9 deletions
@@ -0,0 +1,25 @@
package it.polimi.ingsw.gc14.Model;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class PlayerTest {
@Test
void addFood() {
}
@Test
void removeFood() {
}
@Test
void addPrestige() {
}
@Test
void removePrestige() {
}
}