Wire up most of saving again.

This commit is contained in:
Paul Chote
2010-12-29 22:13:51 +13:00
parent e652a15b01
commit b7975031bc
4 changed files with 18 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenRA.FileFormats
public class MapStub
{
protected IFolder Container;
public string Path;
public string Path {get; protected set;}
// Yaml map data
public string Uid { get; protected set; }