diff --git a/NewHorizons/INewHorizons.cs b/NewHorizons/INewHorizons.cs index b696926f..f5a68ec4 100644 --- a/NewHorizons/INewHorizons.cs +++ b/NewHorizons/INewHorizons.cs @@ -249,7 +249,7 @@ namespace NewHorizons /// Call this once before the main menu finishes loading /// /// - /// Builder to run when this title screen is selected. + /// 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. /// 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. /// 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. /// Persistent condition required for this title screen to appear.