Add more info to starSystem description.

This commit is contained in:
Nick 2022-08-03 17:57:31 -04:00
parent 39f1542e22
commit 6eb0ed9ba9

View File

@ -151,7 +151,7 @@ namespace NewHorizons.External.Configs
public StarModule Star;
/// <summary>
/// Unique star system containing your planet
/// Unique star system containing your planet. If you set this to be a custom solar system remember to add a Spawn module to one of the bodies, or else you can't get to the system.
/// </summary>
[DefaultValue("SolarSystem")] public string starSystem = "SolarSystem";