Example #1
0
 protected RoomGenSquare(RoomGenSquare <T> other)
 {
     this.Width  = other.Width;
     this.Height = other.Height;
 }