mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add extension prop
This commit is contained in:
parent
9f10b8f406
commit
7e7c4f0582
@ -2,6 +2,7 @@ using System;
|
||||
using System.ComponentModel;
|
||||
using NewHorizons.External.SerializableData;
|
||||
using Newtonsoft.Json;
|
||||
using NJsonSchema.Annotations;
|
||||
|
||||
namespace NewHorizons.External.Modules
|
||||
{
|
||||
@ -30,7 +31,8 @@ namespace NewHorizons.External.Modules
|
||||
/// <summary>
|
||||
/// The relative path to the xml file to load ship log entries from.
|
||||
/// </summary>
|
||||
public string xmlFile;
|
||||
[JsonSchemaExtensionData("x-filePath", "true")]
|
||||
public string xmlFile { get; set; }
|
||||
|
||||
[JsonObject]
|
||||
public class MapModeInfo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user