Example #1
0
 public void SetUnit(ConsoleSize unit)
 {
     MapUnit = unit;
 }
Example #2
0
 public bool Equals(ConsoleSize other)
 {
     return(Width == other.Width && Height == other.Height);
 }