mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-07-07 17:01:10 +00:00
xp modification
This commit is contained in:
@ -24,6 +24,10 @@ public class Player extends Character{
|
||||
this.xp += xp;
|
||||
}
|
||||
|
||||
public int getXp(){
|
||||
return xp;
|
||||
}
|
||||
|
||||
public void manageEntity(ScreenMap sm, Controller c) {
|
||||
|
||||
// Do nothing if hero is already moving
|
||||
|
Reference in New Issue
Block a user