From 47dd2c2a3a941b85dbcc1a1391d81bde08b76331 Mon Sep 17 00:00:00 2001 From: FreezeDriedMangoes Date: Wed, 25 May 2022 17:56:18 -0400 Subject: [PATCH] removed artifact from merge conflict --- NewHorizons/External/Modules/PropModule.cs | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/NewHorizons/External/Modules/PropModule.cs b/NewHorizons/External/Modules/PropModule.cs index 0b21a8fa..0c658138 100644 --- a/NewHorizons/External/Modules/PropModule.cs +++ b/NewHorizons/External/Modules/PropModule.cs @@ -1,14 +1,10 @@ -<<<<<<< HEAD + using NewHorizons.Utility; using System.ComponentModel; -======= -using System.ComponentModel; using System.ComponentModel.DataAnnotations; using System.Runtime.Serialization; -using NewHorizons.Utility; using Newtonsoft.Json; using Newtonsoft.Json.Converters; ->>>>>>> dev namespace NewHorizons.External.Modules { @@ -510,13 +506,6 @@ namespace NewHorizons.External.Modules /// The ship log entries revealed after finishing this slide reel. /// public string[] reveals; -<<<<<<< HEAD - public SlideInfo[] slides; - - // enum values for this property: "autoProjector", "slideReel", "playerVisionTorchTarget", "standingVisionTorch" - // I don't know why the default value is capital 'S' SlideReel. it should be lower case as far as I can tell. - public string type = "SlideReel"; -======= /// /// The rotation of this slideshow. @@ -532,7 +521,6 @@ namespace NewHorizons.External.Modules /// The type of object this is. /// public SlideShowType type = SlideShowType.SlideReel; ->>>>>>> dev } [JsonObject]