mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
disable obsolete warning dude
This commit is contained in:
parent
76c1324762
commit
ba505cd7c0
@ -40,11 +40,13 @@ namespace NewHorizons.External.Configs
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool mapRestricted;
|
public bool mapRestricted;
|
||||||
|
|
||||||
|
#pragma warning disable CS0618
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Customize the skybox for this system
|
/// Customize the skybox for this system
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Obsolete("skybox is deprecated, please use Skybox instead")]
|
[Obsolete("skybox is deprecated, please use Skybox instead")]
|
||||||
public SkyboxConfig skybox;
|
public SkyboxConfig skybox;
|
||||||
|
#pragma warning restore CS0618
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Customize the skybox for this system
|
/// Customize the skybox for this system
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user