comment what the object is

This commit is contained in:
Noah Pilarski 2025-02-17 01:43:44 -05:00
parent 4ed239de1e
commit bbafbfbab2

View File

@ -249,7 +249,7 @@ namespace NewHorizons
/// Call this once before the main menu finishes loading
/// </summary>
/// <param name="mod"></param>
/// <param name="builder">Builder to run when this title screen is selected.</param>
/// <param name="builder">Builder to run when this title screen is selected. The GameObject passed through it is the main scene object containing both the background and menu planet.</param>
/// <param name="disableNHPlanets">If set to true, NH generated planets will not show on the title screen. If false, this title screen has the same chance as other NH planet title screens to show.</param>
/// <param name="shareTitleScreen">If set to true, this custom title screen will merge with all other custom title screens with shareTitleScreen set to true. If false, NH will randomly select between this and other valid title screens that are loaded.</param>
/// <param name="conditionRequired">Persistent condition required for this title screen to appear.</param>