Add some more coordinate utility functions.

This commit is contained in:
Paul Chote
2015-06-07 16:11:27 +01:00
parent b7567fa5fa
commit d21b63ca04
3 changed files with 24 additions and 0 deletions

View File

@@ -217,6 +217,9 @@ namespace OpenRA
{
return GetEnumerator();
}
public MPos TopLeft { get { return r.mapTopLeft; } }
public MPos BottomRight { get { return r.mapBottomRight; } }
}
}
}