StorableObject Init Method KerbalData - KSP Data Unlocked!
Handles inital setup and population of data properties. This is some of the "magic" that allows developers creating custom models to easily map StorableObjects instances with the correct repositories to custom properties without a ton of wireup code.

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

protected virtual void Init()
See Also