Remove documentation of deprecated features

This commit is contained in:
Nick 2022-06-13 20:18:40 -04:00
parent 7c9ce5d4b1
commit 7a7dc7f57a
2 changed files with 2 additions and 9 deletions

View File

@ -14,11 +14,6 @@ namespace NewHorizons.External.Configs
/// </summary>
public bool canEnterViaWarpDrive = true;
/// <summary>
/// [DEPRECATED] Not implemented
/// </summary>
public NomaiCoordinates coords;
/// <summary>
/// Do you want a clean slate for this star system? Or will it be a modified version of the original.
/// </summary>

View File

@ -5,6 +5,7 @@ using System.ComponentModel.DataAnnotations;
using System.Runtime.Serialization;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using System;
namespace NewHorizons.External.Modules
{
@ -191,10 +192,7 @@ namespace NewHorizons.External.Modules
[EnumMember(Value = @"hurricane")] Hurricane = 2
}
/// <summary>
/// [DEPRECATED] Should this tornado shoot you down instead of up?
/// </summary>
public bool downwards;
[Obsolete("Downwards is deprecated. Use Type instead.")] public bool downwards;
/// <summary>
/// Alternative to setting the position. Will choose a random place at this elevation.