Table of Contents

Class LoadGameData

Namespace
KSP.Game.Load
Assembly
Assembly-CSharp.dll
public class LoadGameData
Inheritance
LoadGameData
Inherited Members
Extension Methods

Constructors

LoadGameData()

public LoadGameData()

Fields

CelestialBodyProperties

public CelestialBodyProperties[] CelestialBodyProperties

Field Value

CelestialBodyProperties[]

DataLength

public long DataLength

Field Value

long

SavedGame

public SerializedSavedGame SavedGame

Field Value

SerializedSavedGame

legacyData

public List<Tuple<string, List<SerializedPart>>> legacyData

Field Value

List<Tuple<string, List<SerializedPart>>>