Rename a class and add a note

This commit is contained in:
Matt Nadareski
2020-09-03 09:57:16 -07:00
parent 8a2e840a83
commit e3bfec93d4
3 changed files with 44 additions and 30 deletions

View File

@@ -37,8 +37,9 @@ namespace SabreTools.Library.DatItems
/// <summary>
/// Represents one SoftwareList feature object
/// </summary>
[JsonObject("feature")]
public class SoftwareListFeature
/// TODO: Promote this to DatItem
[JsonObject("part_feature")]
public class PartFeature
{
[JsonProperty("name")]
public string Name { get; set; }