KerbalDataManager Create T  Method (String, String) KerbalData - KSP Data Unlocked!
Creates a properly configured instance of the KerbalDataManager class

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static T Create<T>(
	string baseUri,
	string configSectionName = "kerbalData"
)
where T : class, IKerbalDataManager
Type Parameters

T
model type handled by the manager

Return Value

configured instance
See Also