mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add normalization to all from metadata methods
This commit is contained in:
@@ -10,6 +10,15 @@ namespace SabreTools.DatItems.Formats
|
||||
[JsonObject("part_feature"), XmlRoot("part_feature")]
|
||||
public sealed class PartFeature : DatItem<Models.Metadata.Feature>
|
||||
{
|
||||
#region Constants
|
||||
|
||||
/// <summary>
|
||||
/// Non-standard key for inverted logic
|
||||
/// </summary>
|
||||
public const string PartKey = "PART";
|
||||
|
||||
#endregion
|
||||
|
||||
#region Fields
|
||||
|
||||
/// <inheritdoc>/>
|
||||
|
||||
Reference in New Issue
Block a user