Class TitleScreenHandler.CollaborationData
- Namespace
- Nautilus.Handlers.TitleScreen
- Assembly
- Nautilus.dll
A data class containing info allowing other mods to add mod-specific additions to the title screen.
public class TitleScreenHandler.CollaborationData
- Inheritance
-
TitleScreenHandler.CollaborationData
- Inherited Members
- Extension Methods
Constructors
CollaborationData(Dictionary<string, Type[]>)
Creates a new instance of TitleScreenHandler.CollaborationData with specific approved addon types.
public CollaborationData(Dictionary<string, Type[]> modApprovedAddons)
Parameters
modApprovedAddons
Dictionary<string, Type[]>- The GUIDs for the approved mods and their allowed addon types.
CollaborationData(string[])
Creates a new instance of TitleScreenHandler.CollaborationData with all addon types approved.
public CollaborationData(string[] GUIDs)
Parameters
GUIDs
string[]- The GUIDs of the mods to approve.