master
GammelJAN 6 years ago
parent 29e2223a25
commit afd4f16867

@ -48,7 +48,11 @@ public class Player extends Entity {
dmg = standartDmg; dmg = standartDmg;
maxhp = standartMaxHp; maxhp = standartMaxHp;
} }
}
public void move(int x, int y){
}
} }

Loading…
Cancel
Save