mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-11-04 13:19:17 +00:00 
			
		
		
		
	a
This commit is contained in:
		@@ -6,8 +6,6 @@ public class Enemy extends Character{
 | 
			
		||||
 | 
			
		||||
    private String branch;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    public Enemy(String name, int x, int y, String img, String map, int pv, String branch) {
 | 
			
		||||
        super(name, x, y, img, map);
 | 
			
		||||
        //generate his text
 | 
			
		||||
@@ -19,8 +17,6 @@ public class Enemy extends Character{
 | 
			
		||||
        this.branch = branch;
 | 
			
		||||
 | 
			
		||||
        this.pv = pv;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void setPosition(int x, int y, String map){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user