diff api/Objects/IWarFoundryNativeSourceObject.cs @ 8:613bc5eaac59

Re #9 - Make WarFoundry loading granular * Remove specific staged loading classes * Rework category loading for GameSystem and Race to make it use AddCategory(Category) method * Promote staged loading from Native Factory to all Factories level * Refactor XML Factory to use smaller methods Also removed some commented code that isn't used any more
author IBBoard <dev@ibboard.co.uk>
date Sun, 04 Jan 2009 19:24:13 +0000
parents 520818033bb6
children 306558904c2a
line wrap: on
line diff
--- a/api/Objects/IWarFoundryNativeSourceObject.cs	Sun Jan 04 13:12:55 2009 +0000
+++ b/api/Objects/IWarFoundryNativeSourceObject.cs	Sun Jan 04 19:24:13 2009 +0000
@@ -21,7 +21,7 @@
 using System;
 using ICSharpCode.SharpZipLib.Zip;
 
-namespace IBBoard.WarFoundry
+namespace IBBoard.WarFoundry.API.Objects
 {
 	/// <summary>
 	/// Interface for native WarFoundry objects that are the main object in a file and need to reference the file at a later date.