Add some more coordinate utility functions.
This commit is contained in:
@@ -217,6 +217,9 @@ namespace OpenRA
|
||||
{
|
||||
return GetEnumerator();
|
||||
}
|
||||
|
||||
public MPos TopLeft { get { return r.mapTopLeft; } }
|
||||
public MPos BottomRight { get { return r.mapBottomRight; } }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user