mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make helpers for filter population
This is another boilerplate reduction for new filters based on new fields. All but enum types are no a single method call for setting, including long and long? values that used to take up like 20 lines apiece. This should reduce the amount of possible issues in setting up the filters.
This commit is contained in:
@@ -61,7 +61,6 @@ namespace SabreTools.Library.DatItems
|
||||
/// </summary>
|
||||
NULL = 0,
|
||||
|
||||
// TODO: (big|little) "little"
|
||||
Big = 1 << 0,
|
||||
Little = 1 << 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user