This commit is contained in:
JohnCorby 2022-05-24 18:26:44 -07:00
parent 25750e3bfa
commit d1601b52c0

View File

@ -76,15 +76,12 @@ namespace NewHorizons.External.Modules
/// </summary>
public bool useAtmosphereShader;
// not an actual config thing, rip
public class AirInfo
{
public bool hasOxygen;
public bool isRaining;
public bool isSnowing;
/// <summary>
/// The radius of the volume.
/// </summary>
public float scale;
}