mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Split Modification class functionality
This had the potential to cause a lot of issues the way it was. Moving the actual functionality for cleaning, filtering, and applying extras to their appropriate classes allows for less redirection when calling into the code. Modification as a class was essentially a shell around things that should have just been a single call.
This commit is contained in:
@@ -207,7 +207,7 @@ namespace SabreTools.Filtering
|
||||
|
||||
#endregion
|
||||
|
||||
#region Filter Population
|
||||
#region Population
|
||||
|
||||
/// <summary>
|
||||
/// Set multiple filters from key
|
||||
@@ -763,7 +763,7 @@ namespace SabreTools.Filtering
|
||||
|
||||
#endregion
|
||||
|
||||
#region Filter Running
|
||||
#region Running
|
||||
|
||||
/// <summary>
|
||||
/// Check to see if a DatItem passes the filters
|
||||
|
||||
Reference in New Issue
Block a user