Added classes/functions for plugins to create and/or select new/existing things filters

This commit is contained in:
codeimp 2009-07-05 10:26:57 +00:00
parent e10eccf01e
commit f33d0ed1ff
7 changed files with 163 additions and 28 deletions

View file

@ -202,7 +202,7 @@ namespace CodeImp.DoomBuilder.Config
// Defaults
internal List<DefinedTextureSet> TextureSets { get { return texturesets; } }
internal List<ThingsFilter> ThingsFilters { get { return thingfilters; } }
public List<ThingsFilter> ThingsFilters { get { return thingfilters; } }
#endregion