mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
edit config
This commit is contained in:
parent
f082d2de81
commit
0f6f67e55f
3
NewHorizons/External/Configs/PlanetConfig.cs
vendored
3
NewHorizons/External/Configs/PlanetConfig.cs
vendored
@ -25,9 +25,8 @@ namespace NewHorizons.External.Configs
|
||||
{
|
||||
#region Fields
|
||||
/// <summary>
|
||||
/// Unique name of your planet
|
||||
/// Unique name of your planet. If not specified, the file name (without the extension) is used.
|
||||
/// </summary>
|
||||
[Required]
|
||||
public string name;
|
||||
|
||||
/// <summary>
|
||||
|
||||
@ -15,6 +15,11 @@ namespace NewHorizons.External.Configs
|
||||
[JsonObject]
|
||||
public class StarSystemConfig
|
||||
{
|
||||
/// <summary>
|
||||
/// Unique name of your system. If not specified, the file name (without the extension) is used.
|
||||
/// </summary>
|
||||
public string name;
|
||||
|
||||
/// <summary>
|
||||
/// In this system should the player be able to rotate their map camera freely or be stuck above the plane of the solar system?
|
||||
/// </summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user