public override void Draw(FastConsole console, int x, int y, int depth) => DrawUsingBuffer(console.Buffer, console.DepthMap, x, y, depth);
public override void Draw(FastConsole console, int x, int y, int depth) => Draw(console, x, y, depth, 0);