mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
typo
This commit is contained in:
parent
bdac8c8924
commit
5ecaf5fa75
@ -120,7 +120,7 @@ namespace NewHorizons.External.Modules
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Fluid type for sounds/effects when colliding with this cloud.
|
/// Fluid type for sounds/effects when colliding with this cloud.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue("cloud")] public NHFluidType fluidType = NHFluidType.Cloud;
|
[DefaultValue("cloud")] public NHFluidType fluidType = NHFluidType.CLOUD;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Add lightning to this planet like on Giant's Deep.
|
/// Add lightning to this planet like on Giant's Deep.
|
||||||
|
|||||||
@ -68,7 +68,7 @@ namespace NewHorizons.External.Modules.Props
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Fluid type for sounds/effects when colliding with this tornado.
|
/// Fluid type for sounds/effects when colliding with this tornado.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue("cloud")] public NHFluidType fluidType = NHFluidType.Cloud;
|
[DefaultValue("cloud")] public NHFluidType fluidType = NHFluidType.CLOUD;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
2
NewHorizons/External/Modules/RingModule.cs
vendored
2
NewHorizons/External/Modules/RingModule.cs
vendored
@ -12,7 +12,7 @@ namespace NewHorizons.External.Modules
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Fluid type for sounds/effects when colliding with this ring.
|
/// Fluid type for sounds/effects when colliding with this ring.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public NHFluidType fluidType = NHFluidType.None;
|
public NHFluidType fluidType = NHFluidType.NONE;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Angle between the rings and the equatorial plane of the planet.
|
/// Angle between the rings and the equatorial plane of the planet.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user