mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-07-09 02:16:55 +00:00
Convert last long key to property
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user