Removed unnecessíry modifiers from Drawer interface
This commit is contained in:
		@@ -5,8 +5,8 @@ import java.io.IOException;
 | 
			
		||||
 | 
			
		||||
public interface Drawer {
 | 
			
		||||
    
 | 
			
		||||
    public void draw() throws IOException;
 | 
			
		||||
    public int getTileX();
 | 
			
		||||
    public int getTileY();
 | 
			
		||||
    public BufferedImage getImage();
 | 
			
		||||
    void draw() throws IOException;
 | 
			
		||||
    int getTileX();
 | 
			
		||||
    int getTileY();
 | 
			
		||||
    BufferedImage getImage();
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user