mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-25 00:05:07 +00:00
Add set type RomVault game extension field
This commit is contained in:
@@ -133,6 +133,7 @@ namespace SabreTools.Serialization.CrossModel
|
||||
gameBase.Id = item.Id;
|
||||
gameBase.CloneOfId = item.CloneOfId;
|
||||
gameBase.Runnable = item.Runnable;
|
||||
gameBase.SetType = item.SetType;
|
||||
gameBase.Comment = item.Comment;
|
||||
gameBase.Description = item.Description;
|
||||
gameBase.Year = item.Year;
|
||||
|
||||
@@ -163,6 +163,7 @@ namespace SabreTools.Serialization.CrossModel
|
||||
Runnable = item.Runnable,
|
||||
SampleOf = item.SampleOf,
|
||||
Score = item.Trurip?.Score,
|
||||
SetType = item.SetType,
|
||||
Source = item.Trurip?.Source,
|
||||
SourceFile = item.SourceFile,
|
||||
Subgenre = item.Trurip?.Subgenre,
|
||||
|
||||
Reference in New Issue
Block a user