Plateau test

This commit is contained in:
Paul Gross
2020-04-21 16:02:01 +02:00
parent e53ab04aaf
commit 307b6f7143
6 changed files with 50 additions and 7 deletions

View File

@ -50,8 +50,6 @@ class ActionAttaquerTest {
ActionAttaquer aa = new ActionAttaquer();
int pvBaseJ2 = 100;
j2.setStat(Joueur.PLAYER_HP, pvBaseJ2);
aa.affecte(j1, j2);
for(int j = 0; j< 1000; j++) {