mapactor rendering

This commit is contained in:
Chris Forbes
2010-05-10 18:05:03 +12:00
parent 0673fc23bf
commit 2921618067
3 changed files with 67 additions and 14 deletions

View File

@@ -14,4 +14,10 @@ namespace OpenRA.Editor
public ActorInfo Info;
public bool Centered;
}
class BrushTemplate
{
public Bitmap Bitmap;
public ushort N;
}
}