hp des cartes

This commit is contained in:
marc barbier
2021-01-06 17:37:49 +01:00
parent a8fde43596
commit e37bc7f1b3
6 changed files with 13 additions and 1 deletions
+4
View File
@@ -28,4 +28,8 @@ public final class Command {
public static final String BATTLE = "battlephase";
public static final String SET_ENEMY_HP = "setenemhp";
public static final String SET_HP = "sethp";
public static final String SET_CARD_HP = "setcardhp";
public static final String SET_ADV_CARD_HP = "setadvcardhp";
}