Cleanup usings, promote PartFeature

This commit is contained in:
Matt Nadareski
2020-09-03 13:20:56 -07:00
parent 10de9f3430
commit 5d01d4ab51
15 changed files with 268 additions and 24 deletions

View File

@@ -11,9 +11,9 @@ namespace SabreTools.Library.Filtering
/// Represents the filtering operations that need to be performed on a set of items, usually a DAT
/// </summary>
/// TODO: Can clever use of Filtering allow for easier external splitting methods?
/// TODO: Field name for filter population needs to be overhauled
public class Filter
{
// TODO: Reorder once all reorganization is done
#region Fields
#region Machine Filters