Mercurial > repos > snowblizz-super-API-ideas
comparison api/Factories/Xml/WarFoundryXmlFactoryUtils.cs @ 218:a1a6b527cd70
Re #226
* Fix missing "using" import caused by r419
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 28 Nov 2009 16:22:11 +0000 |
parents | 89e26d51afc2 |
children | f097888efcfe |
comparison
equal
deleted
inserted
replaced
217:89e26d51afc2 | 218:a1a6b527cd70 |
---|---|
5 using System; | 5 using System; |
6 using System.IO; | 6 using System.IO; |
7 using System.Xml; | 7 using System.Xml; |
8 using System.Xml.Schema; | 8 using System.Xml.Schema; |
9 using IBBoard.WarFoundry.API.Objects; | 9 using IBBoard.WarFoundry.API.Objects; |
10 using IBBoard.IO; | |
10 | 11 |
11 namespace IBBoard.WarFoundry.API.Factories.Xml | 12 namespace IBBoard.WarFoundry.API.Factories.Xml |
12 { | 13 { |
13 /// <summary> | 14 /// <summary> |
14 /// A collection of useful utility methods for loading WarFoundry data from XML files | 15 /// A collection of useful utility methods for loading WarFoundry data from XML files |