1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-26 11:03:28 +00:00

xp modifiaction

This commit is contained in:
Fastium 2022-06-13 23:12:12 +02:00
parent 744b160542
commit 08e2a1eed2

View File

@ -11,7 +11,7 @@ public class Attack {
private int xp;
Attack(String attack, String answer1,String answer2,String answer3, String answer4, float xp){
Attack(String attack, String answer1,String answer2,String answer3, String answer4, int xp){
this.attack = attack;
this.answer1 = answer1;
this.answer2 = answer2;