walkability, thanks to freera's templates.ini, although it was broken :D

git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1303 993157c7-ee19-0410-b2c4-bb4e9862e678
This commit is contained in:
(no author)
2007-07-18 14:49:31 +00:00
parent 7b37610fbe
commit 9ff3d46be1
6 changed files with 2879 additions and 7 deletions

View File

@@ -61,6 +61,8 @@ namespace OpenRa.FileFormats
sections.TryGetValue( s, out section );
return section;
}
public IEnumerable<IniSection> Sections { get { return sections.Values; } }
}
public class IniSection : IEnumerable<KeyValuePair<string, string>>