mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Add isStellarRemnant property
This commit is contained in:
parent
840b9396e4
commit
c81a812a9e
5
NewHorizons/External/Configs/PlanetConfig.cs
vendored
5
NewHorizons/External/Configs/PlanetConfig.cs
vendored
@ -100,6 +100,11 @@ namespace NewHorizons.External.Configs
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public bool isQuantumState;
|
public bool isQuantumState;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Does this config describe a stellar remnant of a custom star defined in another file?
|
||||||
|
/// </summary>
|
||||||
|
public bool isStellarRemnant;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Add lava to this planet
|
/// Add lava to this planet
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user