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