mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove documentation of deprecated features
This commit is contained in:
parent
7c9ce5d4b1
commit
7a7dc7f57a
@ -14,11 +14,6 @@ namespace NewHorizons.External.Configs
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool canEnterViaWarpDrive = true;
|
public bool canEnterViaWarpDrive = true;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// [DEPRECATED] Not implemented
|
|
||||||
/// </summary>
|
|
||||||
public NomaiCoordinates coords;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Do you want a clean slate for this star system? Or will it be a modified version of the original.
|
/// Do you want a clean slate for this star system? Or will it be a modified version of the original.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
6
NewHorizons/External/Modules/PropModule.cs
vendored
6
NewHorizons/External/Modules/PropModule.cs
vendored
@ -5,6 +5,7 @@ using System.ComponentModel.DataAnnotations;
|
|||||||
using System.Runtime.Serialization;
|
using System.Runtime.Serialization;
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
using Newtonsoft.Json.Converters;
|
using Newtonsoft.Json.Converters;
|
||||||
|
using System;
|
||||||
|
|
||||||
namespace NewHorizons.External.Modules
|
namespace NewHorizons.External.Modules
|
||||||
{
|
{
|
||||||
@ -191,10 +192,7 @@ namespace NewHorizons.External.Modules
|
|||||||
[EnumMember(Value = @"hurricane")] Hurricane = 2
|
[EnumMember(Value = @"hurricane")] Hurricane = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
[Obsolete("Downwards is deprecated. Use Type instead.")] public bool downwards;
|
||||||
/// [DEPRECATED] Should this tornado shoot you down instead of up?
|
|
||||||
/// </summary>
|
|
||||||
public bool downwards;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Alternative to setting the position. Will choose a random place at this elevation.
|
/// Alternative to setting the position. Will choose a random place at this elevation.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user