code cleanup
This commit is contained in:
@@ -59,7 +59,7 @@ public class Element {
|
||||
}
|
||||
|
||||
public override string ToString() {
|
||||
return $"{GetType()} {Position}";
|
||||
return $"{GetType()} {Position}[{Chunk.Index}]";
|
||||
}
|
||||
|
||||
protected virtual void Tick() {
|
||||
|
||||
Reference in New Issue
Block a user