mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename a class and add a note
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user