git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1338 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
(no author)
2007-07-24 07:32:01 +00:00
parent 2767794a89
commit 7e40835c5e
6 changed files with 53 additions and 27 deletions

View File

@@ -49,5 +49,10 @@ namespace OpenRa.Game
renderer.EndFrame();
}
public IEnumerable<Region> Regions
{
get { return regions; }
}
}
}