mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-07-17 21:31:10 +00:00
xp modification
This commit is contained in:
@ -9,7 +9,7 @@ public class Attack {
|
||||
String answer4;
|
||||
public String[] s;
|
||||
|
||||
float xp;
|
||||
private int xp;
|
||||
|
||||
Attack(String attack, String answer1,String answer2,String answer3, String answer4, float xp){
|
||||
this.attack = attack;
|
||||
@ -38,4 +38,8 @@ public class Attack {
|
||||
return answer1;
|
||||
}
|
||||
|
||||
public int getXp() {
|
||||
return xp;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user