StdPersistentGroupsPartPersistant Field | 
 
            A public group that designates the fields that are saved/loaded during the vessel persistense.
            
 
    Namespace: 
   KSPDev.ConfigUtils
    Assembly:
   KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
Remarks
            The fields of this group are expected to be loaded/saved from the related PartModule
            methods: OnSave and OnLoad. Dealing with them outside of this logic is highly
            discouraged.
            
See Also