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

This commit is contained in:
chrisf
2007-07-06 12:06:12 +00:00
parent 62f4ca96e4
commit 9393264fdc
12 changed files with 626 additions and 3 deletions

View File

@@ -54,9 +54,9 @@ namespace OpenRa.FileFormats
public class SheetRectangle<T>
where T : class
{
readonly Point origin;
readonly Size size;
readonly T sheet;
public readonly Point origin;
public readonly Size size;
public readonly T sheet;
internal SheetRectangle(T sheet, Point origin, Size size)
{