Added toString to PlayerBase
This commit is contained in:
		@@ -12,6 +12,10 @@ public class PlayerBase implements Destroyable {
 | 
				
			|||||||
        facingDirection = startDirection;
 | 
					        facingDirection = startDirection;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    @Override
 | 
				
			||||||
 | 
					    public String toString() {
 | 
				
			||||||
 | 
					        return String.format("%s: %s", name, currentTile);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public void destroy() {
 | 
					    public void destroy() {
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user