ajout commande

This commit is contained in:
marc barbier
2021-01-06 20:15:36 +01:00
parent 7749eb6d24
commit bd6e6911da
6 changed files with 25 additions and 2 deletions
+2
View File
@@ -30,6 +30,8 @@ public final class Command {
public static final String SET_HP = "sethp";
public static final String SET_CARD_HP = "setcardhp";
public static final String SET_ADV_CARD_HP = "setadvcardhp";
public static final String SET_CARD_ATK = "setcardatk";
public static final String SET_ADV_CARD_ATK = "setadvcardatk";
}