disable obsolete warning dude

This commit is contained in:
JohnCorby 2022-07-23 17:48:29 -07:00
parent 76c1324762
commit ba505cd7c0

View File

@ -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