Convert last long key to property

This commit is contained in:
Matt Nadareski
2026-04-03 17:49:45 -04:00
parent 9df08780db
commit 5ccfde54f5
15 changed files with 30 additions and 15 deletions

View File

@@ -319,6 +319,7 @@ namespace SabreTools.Data.Extensions
else if (self is Rom selfRom && clone is Rom cloneRom)
{
cloneRom.Dispose = selfRom.Dispose;
cloneRom.FileCount = selfRom.FileCount;
cloneRom.FileIsAvailable = selfRom.FileIsAvailable;
cloneRom.Inverted = selfRom.Inverted;
cloneRom.LoadFlag = selfRom.LoadFlag;