Example #1
0
 public override void Render(Terminal t, int x, int y)
 {
     Drawing.Box(t, x, y, Geometry.w, Geometry.h, Foreground, Background);
 }