mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
removed artifact from merge conflict
This commit is contained in:
parent
8aab28d6b0
commit
47dd2c2a3a
14
NewHorizons/External/Modules/PropModule.cs
vendored
14
NewHorizons/External/Modules/PropModule.cs
vendored
@ -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.
|
||||
/// </summary>
|
||||
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";
|
||||
=======
|
||||
|
||||
/// <summary>
|
||||
/// The rotation of this slideshow.
|
||||
@ -532,7 +521,6 @@ namespace NewHorizons.External.Modules
|
||||
/// The type of object this is.
|
||||
/// </summary>
|
||||
public SlideShowType type = SlideShowType.SlideReel;
|
||||
>>>>>>> dev
|
||||
}
|
||||
|
||||
[JsonObject]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user