Start fixing the editor
This commit is contained in:
@@ -40,7 +40,11 @@ namespace OpenRA.FileFormats
|
||||
[FieldLoader.Load] public int2 BottomRight;
|
||||
public Rectangle Bounds;
|
||||
|
||||
public MapStub() {} // Hack for the editor - not used for anything important
|
||||
public MapStub() {} // Hack for the editor - not used for anything important
|
||||
|
||||
public MapStub(string path)
|
||||
: this(FileSystem.OpenPackage(path, int.MaxValue)) {}
|
||||
|
||||
public MapStub(IFolder container)
|
||||
{
|
||||
Container = container;
|
||||
|
||||
Reference in New Issue
Block a user