comparison 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
comparison
equal deleted inserted replaced
7:895c8a2378a1 8:613bc5eaac59
19 // 19 //
20 20
21 using System; 21 using System;
22 using ICSharpCode.SharpZipLib.Zip; 22 using ICSharpCode.SharpZipLib.Zip;
23 23
24 namespace IBBoard.WarFoundry 24 namespace IBBoard.WarFoundry.API.Objects
25 { 25 {
26 /// <summary> 26 /// <summary>
27 /// Interface for native WarFoundry objects that are the main object in a file and need to reference the file at a later date. 27 /// Interface for native WarFoundry objects that are the main object in a file and need to reference the file at a later date.
28 /// </summary> 28 /// </summary>
29 public interface IWarFoundryNativeSourceObject : IWarFoundryObject 29 public interface IWarFoundryNativeSourceObject : IWarFoundryObject