public static void UpdateSelectionBox(GoRogue.Rectangle box) { SelectionBox.Resize(box.Width, box.Height, true); SelectionBox.Position = box.Position; SelectionBox.DrawBox(new Microsoft.Xna.Framework.Rectangle(0, 0, SelectionBox.Width, SelectionBox.Height), new Cell(Color.White, Color.Transparent, 179)); SelectionBox.ConnectLines(); }