added dynamic resolution
This commit is contained in:
@@ -31,7 +31,7 @@ public class Element {
|
||||
}
|
||||
|
||||
public override string ToString() {
|
||||
return $"{X}:{Y}";
|
||||
return $"{GetType()} {X}:{Y}";
|
||||
}
|
||||
|
||||
protected bool CheckBelow(int x, int y) {
|
||||
|
||||
Reference in New Issue
Block a user