StdPersistentGroupsDefault Field |
A public group that can be saved/loaded on every game scene.
Namespace:
KSPDev.ConfigUtils
Assembly:
KSPDev_Utils.2.3 (in KSPDev_Utils.2.3.dll) Version: 2.3 for KSP v1
Syntax
Remarks
By the contract any caller can save/load this group at any time. If the class declares the
persistent fields with a specific save/load logic, then they need to have a group different
from the default.
See Also