edit config

This commit is contained in:
JohnCorby 2023-09-01 18:01:01 -07:00
parent f082d2de81
commit 0f6f67e55f
2 changed files with 6 additions and 2 deletions

View File

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

View File

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