Example #1
0
 public void SetMapCell(int x, int y, Colors foreColor, Colors backColor, char symbol, bool isExplored)
 {
     rootConsole.UpdateMapCell(x, y, foreColor, backColor, symbol, isExplored);
 }