IKerbalDataRepo T  Interface KerbalData - KSP Data Unlocked!
Requirements for data loading repository. Additional implementations may be provided to store/load KSP data from any desired store.

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

public interface IKerbalDataRepo<T>
where T : class, new(), IStorable
Type Parameters

T
model type being stored
See Also