mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 14:55:11 +00:00
Convert Chip fully over to properties
This commit is contained in:
@@ -182,8 +182,8 @@ namespace SabreTools.Serialization.CrossModel
|
||||
{
|
||||
ChipType = item.Type,
|
||||
Name = item.Name,
|
||||
[Data.Models.Metadata.Chip.FlagsKey] = item.Flags,
|
||||
[Data.Models.Metadata.Chip.ClockKey] = item.Clock,
|
||||
Flags = item.Flags,
|
||||
Clock = item.Clock,
|
||||
};
|
||||
return chip;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user