StdPersistentGroupsSessionGroup Field | 
 
            A public group of the persistent fields which need to persist their values between the game
            scene changes. Including the game reload. 
            
 
    Namespace: 
   KSPDev.ConfigUtils
    Assembly:
   KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
Remarks
            It's a good idea to store these values to a file, located in the "PlugindData" folder.
            Otherwise, this any changes to this file will trigger a full game database update on the game
            load.
            
See Also