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