All AttractMode fields are Rom-only

This commit is contained in:
Matt Nadareski
2020-09-03 13:01:33 -07:00
parent 40384a0dd6
commit 10de9f3430
34 changed files with 98 additions and 197 deletions

View File

@@ -1,9 +1,10 @@
using System.Collections.Generic;
using System.IO;
using System.Linq;
using SabreTools.Library.Filtering;
using Newtonsoft.Json;
using SabreTools.Library.Tools;
using Newtonsoft.Json;
namespace SabreTools.Library.DatItems
{
@@ -102,17 +103,14 @@ namespace SabreTools.Library.DatItems
{
return new Setting()
{
Name = this.Name,
ItemType = this.ItemType,
DupeType = this.DupeType,
AltName = this.AltName,
AltTitle = this.AltTitle,
Machine = this.Machine.Clone() as Machine,
Source = this.Source.Clone() as Source,
Remove = this.Remove,
Name = this.Name,
Value = this.Value,
Default = this.Default,
Conditions = this.Conditions,